An open API service indexing awesome lists of open source software.

https://github.com/lancygoyal/react-native-base-kit

React Native Base Kit
https://github.com/lancygoyal/react-native-base-kit

boilerplate code-push react-native react-navigation redux

Last synced: 5 months ago
JSON representation

React Native Base Kit

Awesome Lists containing this project

README

          

## React Native Base Kit

A [React-Native ](https://facebook.github.io/react-native/docs/getting-started.html) Boilerplate with [React Navigation](https://reactnavigation.org/) + [Redux](https://github.com/reactjs/redux)

### Includes

- React
- React Native
- Redux
- React Navigation
- Push Notifications
- Code Push
- Prettier
- Husky
- ES-Next
- ESLint

### Running it

```
npm install
npm run ios||android
```

### Folder structure

.
├── android # Android folder
├── ios # iOS folder
├── src # Source folder
│ ├── assets # Assests folder
│ ├── components # Componets folder
│ ├── config # Config folder
│ ├── constants # Constants folder
│ ├── containters # Containters folder
│ ├── redux # Redux folder
│ ├── utilities # Utils folder
├── index.js # Main File
└── package.json # Node dependencies