there is an SDK developed for Native iOS. I'm trying to create a React Native bridge for this SDK. My goal is to be able to establish the bridge without breaking the native ios integration. Can I access the .framework
extension SDK in the main project from within my bridge POD? is it possible?