- Predefined ESLint rules
- Sorting imports and props
~
alias tosrc
directory
- TypeScript 4.5.4
- React 17.0.2
- React Native 0.66.4
- React Native Reanimated 2.3.1
- React Navigation 6.0.6
- react-native-svg 12.1.1
git clone git@github.com:whalemare/react-native-template.git \
myapp # name of app folder
cd myapp
npx react-native-rename "My App Name" -b com.my.app
# reinit git repo
rm -rf .git
git init