React Native Template Spaceship
Spaceship is a React Native template with the aim of speeding up your development and increasing your productivity. This template may receive new updates in the future.
? What will you find in this template?
- Typescript
- Eslint
- Prettier
- EditorConfig
- Babel Plugin Module Resolver
- Babel Plugin Inline Dotenv
- React Native Svg
- React Native Svg Transformer
- Jest
- React Native Testing Library
- React Hooks Testing Library
- Axios
- React Native Responsive Fontsize
- React Native Iphone X Helper
- React Native Reanimated
- Git Commit Msg Linter
? How to use the template?
- First you need to install the Expo CLI on your machine.
npm install --global expo-cli
- Now to use the template type:
expo init <your-app> --template react-native-template-spaceship
- Now edit or remove unnecessary settings from
package.json
.
? Now just go to code!
Note: The template is following the standard pattern.