Just integrated cocoapods into a React Native project. After a successful build, RN is throwing this error...
https://i.stack.imgur.com/czn2W.png
No errors in Xcode during the build process, but Xcode is displaying these warnings
https://i.stack.imgur.com/YVR6l.png
Here is the corresponding code in RCTUIManager.m
: https://pastebin.com/F7shCt8M
Xcode log:
2017-04-07 14:06:59.714 [info][tid:main][RCTBatchedBridge.m:72] Initializing <RCTBatchedBridge: 0x6000001a5400> (parent: <RCTBridge: 0x6080000c50f0>, executor: RCTJSCExecutor)
2017-04-07 14:07:00.409 [error][tid:com.facebook.react.JavaScript] Native module cannot be null.
...
Check out the Podfile
here: https://pastebin.com/CAqehNMZ
And the code in index.ios.js
here: https://pastebin.com/j5nbaRaf
https://i.stack.imgur.com/tj0u6.png
Unclear on what's causing this issue... Any suggestions?