Before starting, make sure you have completed the React Native environment setup.
-
Install dependencies:
npm install
-
Start the Metro bundler:
npm run start
-
In a new terminal, run the app on an Android emulator or a connected device (ensure Debug Mode is enabled):
npm start android
-
Install pre-commit hooks:
npm run prepare
-
Change the app's title:
npx react-native-rename "NEW APP TITLE"