-
Notifications
You must be signed in to change notification settings - Fork 4
iOS
Alan Yan edited this page Oct 19, 2019
·
10 revisions
-
Modules can only be imported one-way
-
Swift modules can be exposed to JavaScript and imported into React Native projects, but React Native modules cannot be incorporated into Swift projects
-
React Native compiles into native Swift, so there is no contract for what the source output code will do, so it is hard to implement with natively written Swift code
Verdict: Since we are not planning to make an Android app as well, it seems that React Native + Swift does not suit our needs as well as a pure Swift iOS application.
-
Currently, we have just setup the Swift boilerplate code in Xcode.
-
There is a main Tab Bar View, with two tabs, one tab has a Navigation Controller with a nested Tableview and the other one has a simple custom UIView, with a UILabel saying Hello World!.