Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken for react-native 0.19 #32

Closed
kevinejohn opened this issue Feb 8, 2016 · 1 comment
Closed

Broken for react-native 0.19 #32

kevinejohn opened this issue Feb 8, 2016 · 1 comment

Comments

@kevinejohn
Copy link
Contributor

The props aren't being passed through to the view for react-native 0.19.

facebook/react-native#5649

A fix seems to be settings the build.gradle file to:
dependencies {
compile 'com.facebook.react:react-native:0.19.+'
}

And changing the import ReactProps in RNWebViewManager to:
import com.facebook.react.uimanager.annotations.ReactProp;

I'll make a pull request

@kevinejohn
Copy link
Contributor Author

#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants