Skip to content

uptechteam/react-native-boilerplate

Repository files navigation

UPTech Boilerplate for React Native apps

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Boilerplate Info

Boilerplate consists of

Prerequisites

To rename your app use react-native-rename:

yarn global add react-native-rename
or
npm install react-native-rename -g

Simply rename
react-native-rename <newName>

With custom Bundle Identifier
react-native-rename <newName> -b <bundleIdentifier>

To get started

Delete .git folder and init git of your project:

rm -rf .git && git init

Installdependencies:

npm install

Link modules:

react-native link

You will be asked to setup Sentry. To do it, you may use this tutorial

Authors

UPTech Team

License

This project is licensed under the MIT License - see the LICENSE.md file for details