The declaration of AppRegistry.registerComponent is as follows:
static registerComponent(appKey, componentProvider, section?)
The appKey variable is generated to be the same as the project name given in react-native init projname. But what is this value used for? If I change it to something else, the app throws an exception. How would I change this value to something else?