lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

Update ReactProp imports for React Native 0.19 #33

Closed kevinejohn closed 8 years ago

kevinejohn commented 8 years ago

Needed because of this: https://github.com/facebook/react-native/commit/c1b7a369af7ca457819d682b15f47fae7e2732fc

This won't be compatible with older versions of RN though.

lucasferreira commented 8 years ago

Hi @kevinejohn, I've merge your pull request with the master repository. Now as soon as I can I will bump up the version of the package and them I will update this in NPM registry.

Thanks for your contribution ;)