alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 493 forks source link

Fix IOS compile error for RN version > 0.40 #216

Closed xzzw9987 closed 7 years ago

xzzw9987 commented 7 years ago

Fix compile error for RN version > 0.40 caused by this reason. Like #202 , but check validity before using #import <React/RCTView.h>. Thanks.