Skip to content

Commit 1963da8

Browse files
committed
doc
1 parent 5d7198a commit 1963da8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)