Search code examples
react-nativegoogle-places-apireact-google-places-autocomplete

How to add image on react-native-google-places-autocomplete list


I can't figure out this problem. Is it possible on this npm library? This is what I want to achieve


Solution

  • Yes, with the renderRow prop

    renderRow: custom component to render each result row (use this to show an icon beside each result). data and index will be passed as input parameters