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
react-native itself is added through pod. This library is added manually in Library folder. on building (Cmd + B) it says React/RCTBridge.h file not found.
Any work around to solve this?
The text was updated successfully, but these errors were encountered:
I changed
any import
from
#import <React/RCTDefines.h>
to
#import "RCTDefines.h"
&
#import "RCTBridgeModule.h"
remove any <React/ > from any import related to react
hope this help
This happens on React Native version: 0.61.5.
react-native itself is added through pod. This library is added manually in Library folder. on building (Cmd + B) it says React/RCTBridge.h file not found.
Any work around to solve this?
The text was updated successfully, but these errors were encountered: