TextInput onChange and onChangeText are not triggered when changing the state of the value

后端 未结 0 1036
一向
一向 2021-01-15 01:25

In my application I have a string value that I defined like that:

const [otp, setOtp] = React.useState(\'\')

I also have

相关标签:
回答
  • 消灭零回复
提交回复
热议问题