How to add a thirdparty SDK (multiple .framework files) to react native library module?
问题 I have built a react native library module (with RN 0.63). This module depends on some thirdparty SDKs. When integrated with Android (using .aar files) it works just fine. In case of iOS, I have been able to get the library module working without the SDK (using swift hence with the bridging header). On adding the SDK, I am getting errors such as .h is not avaialble. This is my directory My directory structure: react-native-lib --android --ios ----MyCls.swift ----MyCls.m ----react-native-lib