A minimal template with needed configurations.
- Add
prettier
andeslint
configuration - Add
husky
andlint-staged
which I used every day - Add wonderful open source dependencies, such as
@react-navigation/native
and@react-navigation/native-stack
for navigating between screens.react-native-safe-area-context
react-native-gesture-handler
to 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.6
Offical Ruby version - Buildin Typescript
Create a new project using this template.
npx react-native init Project --template @swi/react-native-template
This template is modified from react-native-typescript-template
- Github Actions for automated publishing.