-
Notifications
You must be signed in to change notification settings - Fork 4
iOS
Wren Liang 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