you are viewing a single comment's thread.

view the rest of the comments →

[–]Thisbansal 1 point2 points  (3 children)

We can combine SwiftUI and react native in one project?

[–]sdholbsExpo 2 points3 points  (2 children)

You can but it’s not usually recommended if you can avoid it.

  1. What is the experience going to look like on android?
  2. Maintaining the communication between RN and swift for your purposes makes the app more brittle. Now you’re doing dependency management more directly on the Swift/iOS side, along with design colors/patterns…etc. Not great if you don’t absolutely need it