Expose RN dependencies to Native app #894
Unanswered
gopalgopakumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I have a certain use case where I have my native app (iOS). The existing way i run JS on this app is to dynamically load jsbundles with RCTRootView. This app uses RN version 0.59 and I am looking to upgrade this to 0.79.3.
I wanted to know if there is a way to expose the core react dependencies, such as RCTRootView, RCTBridge etc to my native app, instead of using the facade pattern.
Beta Was this translation helpful? Give feedback.
All reactions