Created
January 6, 2020 06:09
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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