Built with
- react-native
- react-navigation
- redux-toolkit
- react-native-reanimated v2
Note: Using for MacOS only!
Go to the folder you want to initialize project, then run these steps in a new terminal:
- Run official command to
inita blank React Native project with typescript template. Please replace<your-project-name>with the name you want.
npx react-native init <your-project-name> --template react-native-template-typescript- Go to the project which is created above
cd <your-project-name>- Paste this to terminal, press
enterand you are good to go (curlis required)
curl https://raw.githubusercontent.com/thainquet/react-native-template-typescript/main/script.sh > sc.sh && chmod 777 sc.sh && ./sc.sh && rm sc.sh