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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 63.2%Language:Java 17.3%Language:Objective-C 12.4%Language:JavaScript 2.9%Language:Ruby 2.5%Language:Starlark 1.6%