Typescript 🏷️
"typescript": "^4.2.4"
Tailwind 🎨
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.1.2"
React Native Gesture Handler 🦾
"react-native-gesture-handler": "^1.10.3",
React Native Reanimated 🦾
"react-native-reanimated": "^2.2.0",
React Navigation 🌐
"@react-navigation/native": "^5.9.4",
git clone https://github.com/timelessco/react-native-starter.git
cd react-native-starter
npm install
cd ios && pod install && cd ..
If you encounter any issues try these commands
watchman shutdown-server (just in case it's running)
watchman watch-del-all
yarn start --reset-cache
npx react-native-rename <newName>
Open your project using Xcode and Hit Play
🎉 Enjoy Coding !