Ubah Nama Modul React Native Android Studio

I use the react-native-rename* npm package. Install it via
(https://www.npmjs.com/package/react-native-rename)

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
Lokesh003