Fails to build:
~/react_apps/core/node_modules/react-native-navigation/ios/RCCManager.m:39:100: Use of undeclared identifier 'RCTBridgeWillReloadNotification'
Can get around this by defining the string in RCCManager.m:
NSString *const RCTBridgeWillReloadNotification = @"RCTBridgeWillReloadNotification";
Build using current master, I do get the problem going back to 1409
1.1.409
and up0.47.1
iOS
Simulator and device 11.2
@guyca I will try to submit a PR for this.
@bjacog Sounds great!
I'm getting this error on React Native 0.48.3 too
Most helpful comment
I'm getting this error on React Native 0.48.3 too