Skip to content

A React Native Starter with basic libraries like React Navigation, Reanimated, SafeAreaView, and so on using Typescript.

Notifications You must be signed in to change notification settings

timelessco/react-native-starter

Repository files navigation

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 !


About

A React Native Starter with basic libraries like React Navigation, Reanimated, SafeAreaView, and so on using Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published