react-native-utils icon indicating copy to clipboard operation
react-native-utils copied to clipboard

Update to RN-0.40

Open Mactub07 opened this issue 8 years ago • 0 comments

pls update module to RN-0.40 solution for time being : go to RCTUtils.h file and replace import smth like that

//#import "RCTBridgeModule.h" #if __has_include("RCTBridgeModule.h") // for React-Native version < 0.40 #import "RCTBridgeModule.h" #else // for React-Native version >= 0.40 #import <React/RCTBridgeModule.h> #endif screenshot at 21 11-19-16

Mactub07 avatar Feb 21 '17 09:02 Mactub07