I am running the BeaconList tutorial and I am getting this error while running it -
Application HelloBeacon has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent.
I have dragged the RNBeacon.xcodeproj to my HelloBeacon project in XCode, changed Info.plist as required and tried deploying it on iPad mini (iOS 9.2.1).
Closing this at it was some issue related to linking where the RNBeacon project had run into node-gyp build issues as I had missed to see when installing the react-native-ibeacon.
I am running the BeaconList tutorial and I am getting this error while running it -
Application HelloBeacon has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent.
I have dragged the RNBeacon.xcodeproj to my HelloBeacon project in XCode, changed Info.plist as required and tried deploying it on iPad mini (iOS 9.2.1).Any clues whats wrong here?