react-native-ts-boilerplate
v1.0.1
Published
[](https://www.npmjs.com/package/jmyeongjun/react-native-ts-boilerplate) [ 🍻
- 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>