Closed
Description
If you use android native view, and annotations ReactProp. Please import the right ReactProp class, import com.facebook.react.uimanager.annotations.ReactProp
, rather than import 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?