rn-navigation-boilerplate

Getting Started

  1. Clone the repo
git clone https://github.com/vd-solution/rn-navigation-boilerplate.git new-project
  1. Install packages
cd new-project
npm i
cd ios/ && pod install && cd ../
  1. Rename the app using react-native-rename if needed. If you do so, don't forget to run cd ios/ && pod install && cd ../ when the process is finished. Also keep in mind that bundle identifier must be valid for both platforms or change it manually.

  2. Run it!

react-native run-ios
react-native run-android