I am also having same issue, looks like a bug in version 1.3.9
I resolved it by using lower version of the module
npm install --save [email protected]
Cool with check that thanks
On Sat 6. Apr 2019 at 8:29 PM, dinosportsappdev notifications@github.com
wrote:
I am also having same issue, looks like a bug in version 1.3.9
I resolved it by using lower version of the module
npm install --save [email protected]—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/FaridSafi/react-native-google-places-autocomplete/issues/394#issuecomment-480510863,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AjovHgBbenfFqWgSUKjv_51ZlzNWXFTMks5veLZngaJpZM4cNh4Q
.>
Regards,
Ankush Shetty
Software Engineer at Codewave
+91 <+91+8867576306>7760885496 | [email protected] praveen@codewave.in |
www.codewave.in | ankush.shetty93
http://www.facebook.com/codewave.inc
http://www.linkedin.com/company/codewave-inc
http://twitter.com/Codewave_Inc http://plus.google.com/+CodewaveInc
I'm also having this problem, rolling back helped out. Does anyone have any insight?
edit: v1.4.0
I was having this issue, my field was inside two scroll views, I was able to fix it using this:
keyboardShouldPersistTaps='always' in the scroll views, and listViewDisplayed='false' in the field.
Most helpful comment
I was having this issue, my field was inside two scroll views, I was able to fix it using this:
keyboardShouldPersistTaps='always' in the scroll views, and listViewDisplayed='false' in the field.