Skip to content

bernabe9/react-native-env

Repository files navigation

React Native Env

Commands

  1. Start the app. yarn start or npm start
  2. Lint the app. yarn lint or npm run lint
  3. Test the app. yarn test or npm run test

Getting Started

  1. Install dependencies: yarn or npm install
  2. Add the .env file: Example:
API_URL=http://your-api-url.com
  1. Start the app: yarn start or npm start
  2. Run on IOS or android: react-native run-ios or react-native run-android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors