I was exploring the react-native-google-place-picker library and saw it documentation but I didn't got how actually it works. Does the import what we make from react native google place picker used as component to render map and then select places or else it just acts as picker where we have to use separate library to render maps and then use this google place picker to pick places? Can anyone please illustrate with example?