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

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.

Awesome Lists containing this project

README

          

![React Native starter](.github/banner.svg)

**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