React-native-image-crop-picker: compile error, react-native 0.48.1

Created on 7 Sep 2017  路  5Comments  路  Source: ivpusic/react-native-image-crop-picker

Most helpful comment

All 5 comments

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>

thanks~

Hi, How can I download the fixed version?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

althurzard picture althurzard  路  3Comments

tximpa91 picture tximpa91  路  3Comments

xuchao321 picture xuchao321  路  3Comments

fmcruz picture fmcruz  路  3Comments

JodiWarren picture JodiWarren  路  3Comments