Skip to content

Instantly share code, notes, and snippets.

@kirandash
Created January 6, 2020 06:09
Show Gist options
  • Save kirandash/9f5683be0d9048433202e59eadb688fd to your computer and use it in GitHub Desktop.
Save kirandash/9f5683be0d9048433202e59eadb688fd to your computer and use it in GitHub Desktop.
Needs to tap twice to fire onPress function when keyboard is open - React Native
// Needs to tap twice to fire onPress function when keyboard is open - React Native
<ScrollView keyboardShouldPersistTaps={"always"}>
<GooglePlacesAutocomplete />
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment