How to create a react native library wrapper over an ios framework file which has a dependency on other pods?
I’m new to react native and am trying to build a react native library wrapper over an iOS framework. This framework depends on a third party cocoapod (BSImagePicker). I tried to add this pod as a dependency in the podspec file and directly in the podfile but both don’t work with the app crashing with
dyld[8161]: Library not loaded: “@rpath/BSImagePicker.framework/BSImagePicker”