Found Error in IOS
Native Module cannot be null
This usually happens when you fail to link the third lib to your target causing NativeModules find nothing at attempt.
To solve this, go to your Project Navigator -> Target -> General -> Linked Frameworks and Libraries, make sure somelib.a is there.
In your case, please follow the ios install guides and react-native doc