Up to date Typescript React Native Starter project. Based on React Native blog post and repository.
Android | iOS |
---|---|
![]() |
![]() |
You will need Node.js, NPM, and Yarn.
The application is called ExampleProject. If you to rename the project, use react-native-rename.
yarn global add react-native-rename
or
npm install react-native-rename -g
Switch to new branch first
better to have back-up
git checkout -b rename-app
react-native-rename <newName>
watchman watch-del-all
npm start --reset-cache
With custom Bundle Identifier (Android only. For iOS, please use Xcode)
react-native-rename <newName> -b <bundleIdentifier>
watchman watch-del-all
npm start --reset-cache
react-native-rename "Travel App"
With custom Bundle Identifier
react-native-rename "Travel App" -b com.junedomingo.travelapp
watchman watch-del-all
npm start --reset-cache
yarn test
- Create React Native TypeScript is a port of Create React Native App that uses TypeScript.
- React Native Template TypeScript is a clean and minimalist template for a quick start with TypeScript.