Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirego/react-native-boilerplate

The stable base upon which we build our React Native projects at Mirego
https://github.com/mirego/react-native-boilerplate

react-native react-native-app react-native-app-generator

Last synced: about 1 month ago
JSON representation

The stable base upon which we build our React Native projects at Mirego

Awesome Lists containing this project

README

        







React Native Boilerplate is the stable base upon which we build our React Native projects at Mirego.
We want to share it with the world so you can build awesome React Native applications too.


## Introduction

To learn more about why we created and maintain this boilerplate project, read our [blog post](https://shift.mirego.com/en/boilerplate-projects).

## Usage

### Package Manager

Make sure that `yarn` is correctly configured before using the boilerplate. Otherwise, you might encounter some packaging errors when using other tools like `npm`.

This also means that every command you would usually run with `npm` needs to be run with `yarn` instead.

eg. `yarn foo bar` instead of `npm foo bar`

### Initialization

Initialize your project with the template

```
npx react-native@latest init YourProjectName --template @mirego/react-native-boilerplate
```

## License

react-native-boilerplate is © 2023 [Mirego](https://www.mirego.com) and may be freely distributed under the [New BSD license](http://opensource.org/licenses/BSD-3-Clause). See the [`LICENSE.md`](./LICENSE.md) file.

The logo is based on [this lovely icon by businessicons13](https://thenounproject.com/icon/science-2583979/), from The Noun Project. Used under a [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/) license.

## About Mirego

[Mirego](https://www.mirego.com) is a team of passionate people who believe that work is a place where you can innovate and have fun. We’re a team of [talented people](https://life.mirego.com) who imagine and build beautiful Web and mobile applications. We come together to share ideas and [change the world](http://www.mirego.org).

We also [love open-source software](https://open.mirego.com) and we try to give back to the community as much as we can.