The aim of this project is to create a basic and complete solution for those who want to start developing a mobile app. When you want to start developing an app you usually spend a lot of time configuring the basic structure of the app and linking libraries you will need.
Install globally react-native-rename so you can easily change the name of a react-native project.
$ npm install --global react-native-rename
Clone this repo
$ git clone https://github.com/Cicko/react-native-app-skeleton.git
Install dependencies
$ npm install
Choose the name you always desired for your app
$ react-native-rename "Avocado Milk App"
Execute the app
$ npm run ios
$ npm run android
- Add react-native-navigation for navigation management
- Integrate native-base for easy-use and sexy-style components
- Integration of react-native-vector-icons that allows usage of plenty of beautiful and modern icons
- Add Redux
- Add more example screens with the most common components for easier development
- Explain the basic structure for faster adaption
- Add backend communication
- Add authentication
- Add theme styling
- Add react-native-navigation-bar-color
- Add react-native-admob