0.0.2 • Published 3 years ago
@swizm/react-native-template v0.0.2
React Native Template
A minimal template with needed configurations.
- Add
prettierandeslintconfiguration - Add
huskyandlint-stagedwhich I used every day - Add wonderful open source dependencies, such as
@react-navigation/nativeand@react-navigation/native-stackfor navigating between screens.react-native-safe-area-contextreact-native-gesture-handlerto handle user gesturereact-native-reanimated, this is an elegant animation libray in React Native
- Move Gemfile into iOS folder
- Update ruby version to
2.7.6Offical Ruby version - Buildin Typescript
Usage
Create a new project using this template.
npx react-native init Project --template @swi/react-native-templateCredits ❤️
This template is modified from react-native-typescript-template
Todo
- Github Actions for automated publishing.