Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirego/react-native-boilerplate
- Owner: mirego
- License: bsd-3-clause
- Created: 2023-06-13T18:36:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:57:38.000Z (3 months ago)
- Last Synced: 2024-09-28T18:42:54.437Z (about 2 months ago)
- Topics: react-native, react-native-app, react-native-app-generator
- Language: TypeScript
- Homepage: https://open.mirego.com
- Size: 1.73 MB
- Stars: 39
- Watchers: 23
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.