Closed shop-fluencer closed 2 years ago
Hello,
If I write the last letter the Keyboard hides automatically thats good but in this time I want to call a function. How I did this ?
here is an example:
onChangeText={(text) => { setValue(text); if (text && text.length === CELL_COUNT) { // I want to call a function } }}
Hello,
If I write the last letter the Keyboard hides automatically thats good but in this time I want to call a function. How I did this ?