React Native template with some extras.
- Elegant usage directly within the React Native CLI.
- Consistent with the default React Native template.
- Additional dependencies: typescript, redux, react-navigation.
- Also: husky, lint-staged, babel-plugin-transform-remove-console.
This template was tested with node v12.14.1 and npm v6.13.4.
If you are using nvm, this template includes a .nvmrc file. Never the less, you can do nvm use v12.14.1
to use / download this version.
More details in https://github.com/nvm-sh/nvm.
Do not forget to update / install cocoa Pods doing sudo gem install cocoapods
.
More details in https://guides.cocoapods.org.
npx react-native init MyApp --template react-native-template-iso-starter
There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli
first (npm uninstall -g react-native-cli
). If you wish, you can also install the new CLI globally (npm i -g @react-native-community/cli
or yarn global add @react-native-community/cli
).
Further information can be found here: https://github.com/react-native-community/cli#about
- react
- react-native
- typescript
- redux
- react-navigation
- husky
- lint-staged
- babel-plugin-transform-remove-console
- React Native Community Github
- Introducing Hooks
- Hooks at a Glance
- Hooks API Reference
- React Navigation Stack Navigator
- Publishing to Google Play Store
- Awesome React Native
- React Native More Resources
Contributions are very welcome. Please check out the contributing document.
This project is MIT licensed.