Integrating swift code with existing react native app?

  1. Is it possible to integrate swift code with an existing react native app?
  2. Is it possible to run some binary code (swift compiled) which is downloaded after app installation (with Microsoft code-push)

hi @omnia6890,
good to see you again here on the forums.

I am not 100% sure I understand what you are after in #2.

As for #1, it depends on how you have written your app, if it is written in pure javascript, then obviously you cannot add swift code simply.

Have you considered looking at ReactSwift or RXSwift / RXCocoa?

cheers,

This topic was automatically closed after 166 days. New replies are no longer allowed.