Skip to content

nmark00/ReasyGo

Repository files navigation

Knit (Previously ReasyGo)

Environment Setup

  1. Install react native

    npm install -g react-native-cli

    npm install -g react-native

  2. Initialize project directory

    react-native init ReasyGo

  3. Connect to the GitHub

    1. git init

    2. git remote add origin https://github.com/nmark00/ReasyGo.git

    3. git branch -M main

    4. git pull use git reset --hard origin/master if error

    5. npm install

    6. For ios:

      1. cd ios/ && pod install
      2. In XCode, open .workspace file. File > Add Package, enter https://github.com/firebase/firebase-ios-sdk
      3. Add GoogleService plist file to the .workspace file: Right-click > Add File to ReasyGo
      4. Then open Signing & Capabilities and select a Team.
  4. Go to main directory and start app with npx react-native run-ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published