You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the steps from README in order to add the library into my project however when I try building it, I always get the React/RCTBridgeModule.h file cannot be found error. I've ejected from a CRNA project.
The text was updated successfully, but these errors were encountered:
Hi @msert29 I am not sure if this has anything to do with CRNA, but try first installing the plugin on a brand new project and then follow the installation instructions. I have seen that error before and still not sure what causes it.
@infoxicator I've managed to solve the issue. CRNA uses cocoapods to manage dependencies. After install dependencies and doing react-native link react-native-star-prnt, Header search path for RNStarPRNT must be added. So simply adding the $(SRCROOT)/../../../ios/Pods/Headers/Public (Project NOT Target) fixes the issue with React/x library.
I've followed the steps from README in order to add the library into my project however when I try building it, I always get the
React/RCTBridgeModule.h file cannot be found
error. I've ejected from a CRNA project.The text was updated successfully, but these errors were encountered: