fangwei716 / 30-days-of-react-native

30 days of React Native demos
6.83k stars 1.46k forks source link

Compile error #29

Open gengu opened 7 years ago

gengu commented 7 years ago

/xxx/xxx/GitHub/30-days-of-react-native/node_modules/gl-react-native/ios/GLImage.m:83:37: No visible @interface for 'RCTImageLoader' declares the selector 'loadImageWithURLRequest:size:scale:clipped:resizeMode:progressBlock:partialLoadBlock:completionBlock:'

xcode's version is Version 8.1 (8B62)

RN's version is 0.33.1

fangwei716 commented 7 years ago

https://github.com/airbnb/react-native-maps/pull/680

Whg8908 commented 7 years ago

遇到了同样的问题,还是没有解决

skyearthsong commented 7 years ago

after update RN to 0.35.0, react 15.3.1,(also change the package.json) I seem to skip this error~ thanks