Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

renaming.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

Renaming the App from StarterKit

You've cloned the project and you're wanting to make it your own. But..."StarterKit".
With one command, React Native Rename will replace all files, directories and references of 'StarterKit' to what ever you'd like.

Install the Package

npm install react-native-rename -g

Rename the App

react-native-rename YourNewApp

Piece of 🍰