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?