Skip to content
/ RN-Config Public template

React Native Engineering Configuration: A general boilerplate for React Native App

License

Notifications You must be signed in to change notification settings

EPCor/RN-Config

Repository files navigation

RN-Config

React Native Engineering Configuration

Branch Name Feature Stage
[master][b-master] React Navigation + Redux 🚧
[rn][b-rn] Basic React Native

Usage

Use this template or clone this repository

$ npm i # Install
$ npm start # Start Server
$ npm run android # Run on Android
$ npm run ios # Run on ios

dependencies

{
  "react": "16.13.1",
  "react-native": "0.63.2"
}

Path Aliases

"~/*": ["./src/*"],
"@*": ["./*"],
"@test/*": ["./__test__/*"]

Folder Structures

├── LICENSE
├── README.md
├── jsconfig.json|tsconfig.json # define a JS|TS root project
├── package.json # npm
├── index.js # main
├── src/ # source code
│   ├── @types/ # TypeScript Declaration Files
│   ├── components/
│   ├── screens/
│   ├── utils/
│   ├── routes/ # pages/view
│   ├── assets/
│   │   ├── fonts/
│   │   └── images/
│   ├── index.html
│   └── index.js # entry file
├── docs/
│   ├── FAQ.md
│   └── README.md
├── __test__/ # test case
└── config/

License

MIT License

About

React Native Engineering Configuration: A general boilerplate for React Native App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published