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?
- First install the Expo CLI.
npm install -g expo-cli
- 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.
- react-native-svg
- react-native-responsive-fontsize
- react-native-iphone-x-helper
- babel-plugin-inline-dotenv
- axios
Note: The template is following the standard pattern.