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() {
172172 < Text style = { styles . textEntryLabel } > Translation:</ Text >
173173 < TextInput style = { styles . textEntryInput } autoCorrect = { false } value = { translation } onChangeText = { setTranslation } />
174174 </ View >
175- < Text style = { styles . instructions } > One of: { TranslationLanguageCodeList . join ( ' / ' ) } </ Text >
175+ < Text style = { styles . instructions } > { TranslationLanguageCodeList . join ( ' / ' ) } </ Text >
176176 < Text style = { styles . instructions } > ex: { excludeCountries . join ( '|' ) } pr: { preferredCountries . join ( '|' ) } </ Text >
177177 < Option
178178 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
181181## Contribution
182182
183183- [ @xcapentier ] ( mailto:[email protected] ) 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.
184186
185187## Questions
186188
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-country-picker-modal" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " react-native country picker" ,
55 "main" : " node_modules/expo/AppEntry.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments