First off, I don\'t know react, but I figured deploying to an iOS device instead of the simulator wouldn\'t be too difficult to do with the docs. They were a bit sparse but
AppRegistry.registerComponent('abc',() => ***);
the 'abc' must be the same as the moduleName:@'abc' in the file name AppDelegate.m
'abc'
moduleName:@'abc'
AppDelegate.m