sdoomz / react-google-picker

Google Picker for React
MIT License
45 stars 46 forks source link

Add the query string option #13

Closed alexandremottet closed 5 years ago

alexandremottet commented 5 years ago

Add a query option to the component in order to avoid creating a custom 'createPicker' function.

https://developers.google.com/picker/docs/reference#View

alexandremottet commented 5 years ago

I updated the README so you can merge.

sdoomz commented 5 years ago

@alexandremottet thanks for your interest

sdoomz commented 5 years ago

@alexandremottet check latest, 0.1.0, version with query property support. Thanks