Answers for "onpress not working when textinput isfocused in react native"

0

onpress not working when textinput isfocused in react native

<ScrollView keyboardShouldPersistTaps='handled' >
  //Other Components

  <Button onPress={() => {
    Keyboard.dismiss();
    //Your logic
  }}/>

</ScrollView>
Posted by: Guest on March-09-2022

Code answers related to "onpress not working when textinput isfocused in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language