Skip to content

React Native TypeScript boilerplate (Template/Base Architecture) with some commonly used features (libraries/functions)

Notifications You must be signed in to change notification settings

Thanhal-P-A/React-Native-TS-Template

Repository files navigation

Features

Getting Started

  1. Clone this repo,
  2. Go to project's root directory, cd <your project name>
  3. Use React Native Rename to update project name $ npx react-native-rename <newName>
  4. Run yarn install or npm install to install dependencies
  5. Run the test application:
  • On Android:
    • Run react-native run-android or Use Android Studio (Recommended)
  • On iOS:
    • Open ios/YourReactProject.xcworkspace in Xcode
    • Hit Run after selecting the desired device