dsibiski / react-native-hybrid-app-examples

A collection of examples for using React Native in an existing iOS application
MIT License
228 stars 33 forks source link

React Native component as a static library? #11

Open nharlow89 opened 7 years ago

nharlow89 commented 7 years ago

Is it possible to package up a React Native app as a static library that can easily be dropped into any existing native application? My goal is to create a modular/reusable in-app feature that I can expose via some interface/SDK.

anthony-ism commented 6 years ago

Have you made any progress toward this goal - I am trying to achieve the same result.