I'm working with the Expo Modules API and trying to integrate a .framework file into my Expo module. However, I'm new to native development and struggling to understand the documentation.
My questions are:
- Where should I place the .framework file? Should it go in the
modules
folder or in theios
folder, which is generated after runningnpx expo run:ios
? - Where should I put the bridging header file?
I've tried both locations, but I keep running into errors like:
"Module not found"
"File not found"
"{SDKName} not found"
Does anyone have experience with this setup or know how to resolve these issues?
Any help is appreciated!
Reference: Expo Modules API – Third-Party Library