1.0.1 • Published 2 years ago
react-native-ts-boilerplate v1.0.1
react-native-typescript-boilerplate
This is React-Native boilerplate with Typescript
- New React Native Architecture Ready (RN 0.72+) 🍻
- Latest
ReactandReact NativeDependencies 🌟
🚀 Getting Started
Quick Start
To create a new project using the barebone boilerplate:
git clone https://github.com/JMyeongJun/react-native-ts-boilerplate.git <my-app-name>🎯 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.
rm -rf .git README.mdgit inityarn installcd ios && pod install(iOS Only)react-native run-ios/android
Rename the project: (Thanks to react-native-rename)
npx react-native-rename <your-project-name>With custom Bundle Identifier
npx react-native-rename <your-project-name> -b <bundleIdentifier>