Skip to content

iamvictorli/TypeScript-React-Native-Starter

 
 

Repository files navigation

TypeScript React Native Starter

Greenkeeper badge

Up to date Typescript React Native Starter project. Based on React Native blog post and repository.

Android iOS

Prerequisites

You will need Node.js, NPM, and Yarn.

Renaming Project

The application is called ExampleProject. If you to rename the project, use react-native-rename.

Installation

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

Usage

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

Example

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

Testing

yarn test

Helpful Resources

About

Up to date Typescript React Native Starter project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 33.7%
  • TypeScript 32.0%
  • Python 15.0%
  • Java 12.2%
  • JavaScript 7.1%