GA-MO / react-native-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐶 What's Included?

🎯 Step By Step Guide

Clean-Up & Simple Run

Clean up the files from the example repository and do not forget to install the dependencies There is a good example by default on HomeScreen. You can delete the all screens.

  • npm install
  • npm run start
  • npm run ios/android

Rename the project: (react-native-name)

npx react-native-rename <your-project-name>

With custom Bundle Identifier (Android only. For iOS, please use Xcode)

npx react-native-rename <your-project-name> -b <bundleIdentifier>

About


Languages

Language:TypeScript 40.0%Language:Java 28.0%Language:C++ 12.9%Language:Objective-C++ 7.9%Language:Objective-C 4.2%Language:Ruby 2.9%Language:JavaScript 1.7%Language:Starlark 1.1%Language:Shell 0.9%Language:CMake 0.5%