We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
#33
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: