saurabhsaneja

Results 10 comments of saurabhsaneja

@wicfasho thanks! it worked.

![image](https://user-images.githubusercontent.com/27431935/215722282-03b37bce-7aed-4116-9450-379adb1e3758.png) in TabBarAdvancedButton.tsx file, add background color(this color will appear in area below icon) to background style

I will try to do it on this weekend

temporary solution in android/app/build.gradle file in dependencies reverse if else case for hermesEnabled.toBoolean()

[@jkoutavas]) thanks.. I will try [`app://arkansasSaneja`](url)

in TabBarAdvancedButton.tsx file, add background color(this color will appear in area below icon) to background style

**This fixed my issue** `try adding keyboardShouldPersistTaps='always' or keyboardShouldPersistTaps='handled' to your .` https://stackoverflow.com/questions/61518803/react-native-virtualizedlists-should-never-be-nested-inside-plain-scrollviews

Even i am getting the console error.. i think you can add logbox to not show certain warnings

in GooglePlacesDetailsQuery prop, in fields key, add 'address_components,formatted_address' GooglePlacesDetailsQuery={{ fields: 'geometry', libraries: 'places', components: 'country:us', // Limit results to the United States (optional) fields: 'address_components,formatted_address', }}