Native mobile app repo for building ios and android application using react-native (currently with expo)
-
Install Node.JS from the web
-
Fork this repo to your user account
-
Clone this repo to your local machine
git clone https://gitlab.com/your-username/cargo-native.git -
Move into project directory
cd cargo-native -
Installing dependencies
yarn or npm install -
Starting app in developement mode
yarn start or npm start -
Download the expo app from play store or app store.
-
Scan a QR code in your phone
- Add the Remote Upstream Repository
git remote add upstream [Upstream git URL] - Fetch the Upstream Branches
git fetch upstream - Merge Upstream Changes into your Downstream Repository
git merge upstream/master - Resolve conflicts if you have
- Starting only andoroid version
expo start --android - Starting only iOS version
expo start --ios - Starting only web version
expo start --webbeta
- For Android
expo build:android - For iOS
expo build:ios - For Web
expo build:webbeta
- Ask question in Slack #brainstorm-frontend
-
Sachin Akula - Title
-
Darshan Patel - Developer
Note : All these requires node.js installed on your local machine as we are using react.js