A shell for developing and building React Native apps.
- To keep one copy of React Native modules for any number of react native applications. And run a react native app like web application
- Make react native application configurable with a simple config file, allowing to change app icons, splash screens, bundle id, versions, etc.
- Link native dependencies automatically
- Make it easier to update react-native version from a single source.
- Clone the repo in the local folder
- Link repo globally with
npm linkcommand - Use
rn-shellas a direct replacement forreact-nativecommands. Ex:rn-shell runin your application folder. - Export a default
Appcomponent from the application main.