React-native-google-places-autocomplete: i want to restrict just for two countries

Created on 10 Dec 2019  路  3Comments  路  Source: FaridSafi/react-native-google-places-autocomplete

components: 'country:ca'
How can i add one more country in the above line

question

Most helpful comment

components:['country:gb', 'country:us'] --- This one is not working.

but i found the answer in another issue ----components: 'country:ca|country:us'

Thanks for replying.

All 3 comments

components:['country:gb', 'country:us'],

components:['country:gb', 'country:us'] --- This one is not working.

but i found the answer in another issue ----components: 'country:ca|country:us'

Thanks for replying.

close the issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tgreco picture tgreco  路  3Comments

diegothucao picture diegothucao  路  3Comments

macs03 picture macs03  路  3Comments

frankfaustino picture frankfaustino  路  4Comments

akhlopyk picture akhlopyk  路  3Comments