CodeRabbitYu/ShiTu

MyInput 有默认值时没有显示

Closed this issue · 2 comments

shouldComponentUpdate(nextProps){
return Platform.OS !== 'ios' || this.props.value === nextProps.value;
}

经过测试在comdidmount中赋值确实没有显示,但可以再constructor中赋值

多谢