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
- Host: GitHub
- URL: https://github.com/lancygoyal/react-native-base-kit
- Owner: lancygoyal
- Created: 2018-07-19T23:17:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:24:19.000Z (about 3 years ago)
- Last Synced: 2025-07-14T22:43:24.943Z (6 months ago)
- Topics: boilerplate, code-push, react-native, react-navigation, redux
- Language: JavaScript
- Size: 3.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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