react-native-google-places-autocomplete
react-native-google-places-autocomplete copied to clipboard
Feature Request - Add GooglePlaceDetail to renderRow
Is your feature request related to a problem? Please describe.
We are trying to render custom icons in the row list view based on the detail.types, however details are not being passed to renderRow.
Describe the solution you'd like
Pass details to the renderRow callback or add some prop to enable it.
+1 We already have this for onPress, details are being queried anyway if fetch details is true so we should expose them