saurabhsaneja
saurabhsaneja
@wicfasho thanks! it worked.
 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
@jackwullems so what can be done about it?
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', }}