-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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

irfaan
Metadata
Metadata
Assignees
Labels
No labels