Are there instructions for what needs to be changed in order to rename a React Native project? I have an app called something along the lines of MyAppIOS and I want to renam
Rename react-native app with just one command react-native-rename
Installation
yarn global add react-native-rename or npm install react-native-rename -g
yarn global add react-native-rename
npm install react-native-rename -g
Usage run the below command in the project's directory.
react-native-rename
Example:
react-native-rename "Travel App"