As per the documentation you should git branch before you do this. As it can break for various reasons.
git checkout -b rename-app I use the react-native-rename* npm package. Install it via
npm install react-native-rename -g Then, from the root of your React Native project, execute the following:
react-native-rename "MyApp" -b com.mycompany.myapp