react-native-template-awesome
v0.0.8
Published
React Native Boilerplate
Downloads
4
Maintainers
Readme
React Native Boilerplate
Opinionated react-native boilerplate code
With each release having a different set of features, configurations, etc. so that you can start working on your requirements without any hassle of initial setup. 🚀
Creating a New Project
First of all you have to setup your environment. Please refer the Official RN Environment Setup Guide
In Creating a New Application step, you can see that you can initialize the project with a template.
Like the react-native-template-typescript, use the following command to point the template to a specific release.
npx react-native init ProjectName --template [email protected]
Make sure to enter the name in CamelCase. eg:
AwesomeProjectName
Version Guide
Make sure to use the correct version according to your requirement. Each version contains a different boilerplate. Refer the following guide to determine what version to use.
| Version | Features | | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------| | v0.0.1 | react-navigation, redux, react-native-vector-icons | | v0.0.3 | react-navigation | | v0.0.4 | redux | | v0.0.5 | react-native-vector-icons | | v0.0.6 | redux, react-native-vector-icons | | v0.0.7 | react-navigation, react-native-vector-icons | | v0.0.8 | react-navigation, redux |