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.
To learn more about why we created and maintain this boilerplate project, read our blog post.
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
Initialize your project with the template
npx react-native@latest init YourProjectName --template @mirego/react-native-boilerplate
react-native-boilerplate is © 2023 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md
file.
The logo is based on this lovely icon by businessicons13, from The Noun Project. Used under a Creative Commons BY 3.0 license.
Mirego 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 who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.
We also love open-source software and we try to give back to the community as much as we can.