File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export default function App() {
172
172
< Text style = { styles . textEntryLabel } > Translation:</ Text >
173
173
< TextInput style = { styles . textEntryInput } autoCorrect = { false } value = { translation } onChangeText = { setTranslation } />
174
174
</ View >
175
- < Text style = { styles . instructions } > One of: { TranslationLanguageCodeList . join ( ' / ' ) } </ Text >
175
+ < Text style = { styles . instructions } > { TranslationLanguageCodeList . join ( ' / ' ) } </ Text >
176
176
< Text style = { styles . instructions } > ex: { excludeCountries . join ( '|' ) } pr: { preferredCountries . join ( '|' ) } </ Text >
177
177
< Option
178
178
title = 'Show country name on button'
Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ YES : It used the world-countries package and image is stored into json and base
181
181
## Contribution
182
182
183
183
- [ @xcapentier ] ( mailto:contact@xaviercarpentier.com ) The main author.
184
+ - [ @kanimetov ] ( https://github.com/kanimetov ) -- Arabic and Hebrew translations.
185
+ - [ @mrflip ] ( https://github.com/mrflip ) -- updated to Expo 46 and minor fixes.
184
186
185
187
## Questions
186
188
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-country-picker-modal" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " react-native country picker" ,
5
5
"main" : " node_modules/expo/AppEntry.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments