Skip to content

rollincode/react-native-sandbox

Repository files navigation

Rollincode React Native Sandbox

Default sandbox hybrid app with examples: icons, hybrid side navigation, routing ...

Installation

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

About

Rollincode react-native sanbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published