-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
com.facebook.react:react-native:0.19.0 @ReactProp issue on android #5649
Comments
Hey soxunyi, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
temporary fix for this is to add the following to your build.gradle android { dependencies { and then import com.facebook.react.uimanager.annotations.ReactProp |
+1. |
This was a breaking change in 0.19, sorry if it was not communicated properly. |
@facebook-github-bot answered |
Closing this issue as @janicduplessis says the question asked has been answered. Please help us by asking questions on StackOverflow. StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only. |
Lost two days on this. Please make a remark on the documentation. |
Lost one days on this - -! |
See related issue facebook/react-native#5649
If you use android native view, and annotations ReactProp. Please import the right ReactProp class,
import com.facebook.react.uimanager.annotations.ReactProp
, rather thanimport com.facebook.react.uimanager.ReactProp
.com.facebook.react.uimanager.ReactProp is not work on 0.19.0.
Why do not remove this class on 0.19.0?
The text was updated successfully, but these errors were encountered: