Save a lot of your time when starting a new React Native project.
- [x] TypeScript by default
- [ ] Using Husky to lint commit messages, lint code, and run test whenever the new code is commited
- [ ] React Navigation v6
- [ ] React Query to fetch data
- [ ] State management with XState
- [ ] Web support
npx react-native init MyApp --template react-native-template-joy