https://github.com/bernabe9/react-native-navigation-base
https://github.com/bernabe9/react-native-navigation-base
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernabe9/react-native-navigation-base
- Owner: bernabe9
- Created: 2018-08-15T13:28:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T13:29:11.000Z (almost 8 years ago)
- Last Synced: 2025-05-16T19:47:45.237Z (about 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Base
## Commands
1. **Start the app**. `yarn start`
2. **Lint the app**. `yarn lint`
3. **Test the app**. `yarn test`
## Getting started
1. Install dependencies: `yarn`
2. Create a file named `.env` in the root directory of the project and define your config constants there, for example:
```
API_URL=https://rails5-api-base.herokuapp.com/api/v1
SOME_OTHER_CONFIG=something
```
3. Rename your new project using react-native-rename (https://github.com/junedomingo/react-native-rename)
4. Start on android or ios: `react-native run-android` or `react-native run-ios`