KaanErkol / advice-app

Boilerplate code for start your awesome react native project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT NATIVE BOILERPLATE

Before you start

  • install react-native-cli npm install -g react-native-cli (additional library needed for osx users. that called watchman, you can install that with this command brew install watchman)
  • change app name in app.json and package.json
  • install npm dependencies with command npm intall
  • create ios and android folder with eject command called react-native eject

Now, you can start your app using command react-native run-ios

Libraries Used

About

Boilerplate code for start your awesome react native project!


Languages

Language:JavaScript 100.0%