I'm upgrading a RN <0.60 library to 0.60 and integrating cocoapods. If I manually link the bridging RN files in 0.60 it works, but if I add the files via a .framework inside a pod, null is not an object
error appears.
Why would drag and dropping a working .m
with RCT_EXPORT_MODULE() work from within the project, but not from the folder of the pod?
I find that react-native.NativeModules.my_native_module
is null.