- Start the app.
yarn startornpm start - Lint the app.
yarn lintornpm run lint - Test the app.
yarn testornpm run test
- Install dependencies:
yarnornpm install - Add the .env file: Example:
API_URL=http://your-api-url.com
- Start the app:
yarn startornpm start - Run on IOS or android:
react-native run-iosorreact-native run-android