react-native-google-places-autocomplete icon indicating copy to clipboard operation
react-native-google-places-autocomplete copied to clipboard

Feature Request - Add GooglePlaceDetail to renderRow

Open foobarash opened this issue 1 year ago • 1 comments

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.

foobarash avatar Nov 25 '23 02:11 foobarash

+1 We already have this for onPress, details are being queried anyway if fetch details is true so we should expose them

robertoyoc avatar Jan 11 '24 18:01 robertoyoc