App ran fine on React Native 0.35.0. After updating to 0.40.0 via react-native-git-upgrade I get a number of lexical/preprocessor issues when trying to build/ru
react-native-git-upgrade
In react-native 0.40
you have to replace #import "RCTBridgeModule.h" with #import
#import "RCTBridgeModule.h"
#import
then clean and build it again.