2

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

1

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

2

Any ideas?

vimuth
  • 5,064
  • 33
  • 79
  • 116
Elad Dagmi
  • 41
  • 1
  • 5

1 Answers1

1

I found the issue, I needed to include "use_react_native!" in my Podfile.

Elad Dagmi
  • 41
  • 1
  • 5