I'm trying to implement a third party Native SDK into my iOS app but it fails on RNFirebase(v5) if I enable use_frameworks!
to dynamically load it as a framework.
I get such errors: React/RCTViewManager.h' file not found
Couldn't upload screenshot here due to stackoverflow's reputation points
but see it here on imgur.
I know that there is another version(v6) of RNFirebase library and has breaking changes to mitigate but I'm not sure if it'll have similar problem.
Help is greatly appreciated.