Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.33 KB

README.md

File metadata and controls

77 lines (54 loc) · 1.33 KB

React Native Boilerplate

Boilerplate powered with 🔌

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",

Steps to get started

  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

This Starter includes the Rename npm package

  npx react-native-rename <newName>

Open your project using Xcode and Hit Play ▶️ !

🎉 Enjoy Coding !