I have a react native application and I changed the package name of the application using https://www.npmjs.com/package/react-native-rename. After that I tried to run the projec
You need to check 2 files to make sure you have equal names there:
AppRegistry.registerComponent('YourAppName', () => App);
In both places names should be equal (case sensitive).