You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes,First of all, I thank you for this lib.
When I'm in use, I want the stars to follow the data to change, but it doesn't work,
when I look at the code.
i see line 9
查看源码:
this.state = { rating: props.rating || 0 };
你将props数据赋值在state上,造成不能辩护;
请更新代码
`render() {
let extraProps = this.props.viewOnly ? {} : this.panResponder.panHandlers;
}`
The text was updated successfully, but these errors were encountered: