react-native-template-inovando
v1.3.14
Published
> π± Inovando's template for react-native-cli
Downloads
16
Readme
react-native-template-inovando
π± Inovando's template for react-native-cli
Preview
| iOS | Android | |---------|-----------| | | |
Usage
- Initialize your RN project with this command:
react-native init AwesomeProject --template inovando
Delete
~/App.js
Duplicate
.env.example
to.env
and.env.production
fulfilling variables as neededAdd these lines at
.gitignore
# Environment
.env
.env.production
- Done π
Android
For Reactotron debug in Android, run this command:
adb reverse tcp:9090 tcp:9090
MacOS "Network Error"
- Go to "Open Network Preferences" > "Advanced..." > "DNS" Tab and add 8.8.8.8.
- Restart your AVD.
- It should work fine! π
Scripts
yarn react-devtools
Inspect elements with React Devtools. Open the in-app developer menu and choose "Toggle Inspector" then click/press any element in your App, it will show up in React Devtools Window.
Deploy
This command will also deploy to Yarn.
npm publish --access public
Features
- [x] Module Resolver
- [x] ESLint/Prettier
- [x] Styled Components
- [x] Dotenv
- [x] Axios
- [x] React Navigation
- [x] Reactotron
- [x] React Devtools
- [x] Formik
- [x] Yup