Temporary work-around is to change imageCropPicker.h
#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#import "RCTImageLoader.h"
#else
#import <React/RCTBridgeModule.h>
#import <React/RCTImageLoader.h>
#endif
to
#import <React/RCTBridgeModule.h>
#import <React/RCTImageLoader.h>
This was fixed in https://github.com/ivpusic/react-native-image-crop-picker/issues/436
thanks~
Hi, How can I download the fixed version?
Most helpful comment
This was fixed in https://github.com/ivpusic/react-native-image-crop-picker/issues/436