https://github.com/includable/react-native-starter
📱 A quick and simple starter template.
https://github.com/includable/react-native-starter
Last synced: 3 months ago
JSON representation
📱 A quick and simple starter template.
- Host: GitHub
- URL: https://github.com/includable/react-native-starter
- Owner: includable
- License: mit
- Created: 2020-06-13T15:46:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T18:59:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T02:18:04.205Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**A quick and simple template for React Native.**
Create a new project using the command below. Replace `MyApp` with your app name.
```sh
npx @flexible-agency/react-native-starter MyApp
```
Included libraries:
* [React Native Navigation](https://wix.github.io/react-native-navigation/), a native navigation module
Included tools:
* [Prettier](https://prettier.io/), set up with `lint-staged` to automatically reformat on commit
* Scripts to automatically increment the build number