MyInput 有默认值时没有显示
Closed this issue · 2 comments
kaixiniOSTT commented
shouldComponentUpdate(nextProps){
return Platform.OS !== 'ios' || this.props.value === nextProps.value;
}
CodeRabbitYu commented
经过测试在comdidmount中赋值确实没有显示,但可以再constructor中赋值
kaixiniOSTT commented
多谢