I have a function to check the code input sent from firebase,
and i want to know what user he writes in so i use onChangeText as usual in TextInput RN , but i can't see any thing when i log the value?
SO how can I update the state after he right the code and "onFulfill" invoked?
Hey,
I have a function to check the code input sent from firebase, and i want to know what user he writes in so i use onChangeText as usual in TextInput RN , but i can't see any thing when i log the value?
SO how can I update the state after he right the code and "onFulfill" invoked?
Code