Default sandbox hybrid app with examples: icons, hybrid side navigation, routing ...
Clone project and run
npm install
Edit package.json and replace change application name
"name": "App"
Edit index.android.js and index.ios.js and replace with your application name
AppRegistry.registerComponent('App' ...)
Run
react-native upgrade
Enjoy !
Router is in src/App.js
with:
<Router>
...
</Router>
Entry point is src/App.js
Side navigation content is in src/components/common/SideMenu.js
and the first visible screen is src/components/Root.js
You also need to configure Font icons => react-native-vector-icons
To run It with OSX, just run the following command and hit play button.
open ios/MyAppName.xcodeproj