GetWala / react-native-country-picker-modal

react-native country picker
12 stars 12 forks source link

added phone layout capability #2

Closed danceslikesnake closed 7 years ago

danceslikesnake commented 7 years ago

added the ability to change between the long block country selector we currently use, and an inline country code selector

the default is the long one, but to use the phone selector, you would just use: <CountryPicker phoneSelector={true} … />