File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ export default function App() {
133133 onValueChange = { setWithFlagButton }
134134 />
135135 < CountryPicker
136- countryCodes = { [ 'AD' , 'EC' ] }
137136 theme = { dark ? DARK_THEME : undefined }
138137 { ...{
139138 countryCode,
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ export default function App() {
107107- ` countryCode ` : [ CountryCode] ( https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L252 )
108108- ` region? ` :[ Region] ( https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L272 )
109109- ` subregion? ` : [ Subregion] ( https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L282 )
110+ - ` countryCodes? ` : [ Subregion] ( https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L254 )
110111- ` theme? ` : [ Theme] ( https://github.com/xcarpentier/react-native-country-picker-modal/blob/7611d34fa35744dbec3fbcdd9b4401494b1ba8c4/src/CountryTheme.ts#L5 )
111112- ` translation? ` : [ TranslationLanguageCode] ( https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L309 )
112113- ` modalProps? ` : [ ModalProps] ( https://facebook.github.io/react-native/docs/modal#props )
You can’t perform that action at this time.
0 commit comments