-
Install react native
npm install -g react-native-cli
npm install -g react-native
-
Initialize project directory
react-native init ReasyGo
-
Connect to the GitHub
-
git init
-
git remote add origin https://github.com/nmark00/ReasyGo.git
-
git branch -M main
-
git pull
usegit reset --hard origin/master
if error -
npm install
-
For ios:
cd ios/ && pod install
- In XCode, open .workspace file. File > Add Package, enter
https://github.com/firebase/firebase-ios-sdk
- Add GoogleService plist file to the .workspace file: Right-click > Add File to ReasyGo
- Then open Signing & Capabilities and select a Team.
-
-
Go to main directory and start app with
npx react-native run-ios