Issue
I am trying to create a react-native-plugin project and I am faced with an issue in the iOS part. When I tried to import the <React/RCTBridgeModule.h> the following error is appears: 'React/RCTBridgeModule.h' file not found

I tried to add React by enter to Product -> Scheme -> Edit Scheme -> Clicking on the '+', but I couldn't find React target.

Any ideas?
Solution
I found the issue, I needed to include "use_react_native!" in my Podfile.
Answered By - Elad Dagmi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.