I've been trying to investigate a question for a while. I found a couple of articles:
https://facebook.github.io/react-native/docs/embedded-app-ios.html#content https://facebook.github.io/react-native/docs/embedded-app-android.html#content
They say that you can include your React Native code in a native application. Did I understand it right? If so, there are still many questions:
- will it work offline?
- does React provide enough capabilities to communicate with React-powered components from native code?
- how much does it cost (in terms of RAM and storage) to include React Native into existing app?
In short, does this idea — to write some library or UI component using React Native and to allow developers include it in their native apps via suggested mechanisms — seem reasonable or nobody would do that?