React Native SpaceShip

I created this template with the purpose of leaving the development environment already configured for use.

? How to use it in my project?

  1. First install the Expo CLI.
npm install -g expo-cli
  1. Now to use the template. Type it:
expo init <your-app> --template react-native-template-spaceship

✏️ Don’t forget to remove or edit the following files.

In the app.json file, don’t forget to change the name of the project.

{
  "expo": {},
  "name": "<your-app>"
}

Now edit or remove unnecessary settings from package.json.

Technologies behind the template.

Libraries already installed.

Note: The template is following the standard pattern.

GitHub

View Github