You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having this issue on iOS. After selecting the place from the modal, the keyboard still appears.
I solved this issue by putting this line of code to dismiss the keyboard on the file RNGooglePlacesViewController.m inside the Pods folder: [[[UIApplication sharedApplication] keyWindow] endEditing:YES];
It will any new version soon to solve this kind of issue? It has also a problem with dark mode on iOS.
Thanks and I hope that this can help others that are facing with the same issue.
The text was updated successfully, but these errors were encountered:
Hi, I'm having this issue on iOS. After selecting the place from the modal, the keyboard still appears.
I solved this issue by putting this line of code to dismiss the keyboard on the file RNGooglePlacesViewController.m inside the Pods folder:
[[[UIApplication sharedApplication] keyWindow] endEditing:YES];
It will any new version soon to solve this kind of issue? It has also a problem with dark mode on iOS.
Thanks and I hope that this can help others that are facing with the same issue.
The text was updated successfully, but these errors were encountered: