Cicko / react-native-boilerplate

This App skeleton allows you to save hours of setting up your react-native project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native App Skeleton

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.

Requirements

Install globally react-native-rename so you can easily change the name of a react-native project.

$ npm install --global react-native-rename

Steps to start

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

TODOS

  • 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

About

This App skeleton allows you to save hours of setting up your react-native project


Languages

Language:JavaScript 72.7%Language:Objective-C 13.9%Language:Starlark 7.2%Language:Java 6.3%