Ejected CRNA issue with linking

I’ve ejected from a CRNA app and started using ExpoKit. I’ve followed all the instructions and without using a react-native link or adding a third party library, my app works however when I start adding third party apps and do react-native link app_name which successfully links, I get Xcode build errors for RCTBridgeModule.h file not being found. I have used cocoapods and installed the dependancies also. Header search paths were also added. What am I missing?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.