Skip to content

Commit

Permalink
chore: bump version, add contributor names
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflip committed Sep 22, 2022
1 parent d4c6a07 commit f558409
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default function App() {
<Text style={styles.textEntryLabel}>Translation:</Text>
<TextInput style={styles.textEntryInput} autoCorrect={false} value={translation} onChangeText={setTranslation} />
</View>
<Text style={styles.instructions}>One of: {TranslationLanguageCodeList.join(' / ')}</Text>
<Text style={styles.instructions}>{TranslationLanguageCodeList.join(' / ')}</Text>
<Text style={styles.instructions}>ex: {excludeCountries.join('|')} pr: {preferredCountries.join('|')}</Text>
<Option
title='Show country name on button'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ YES : It used the world-countries package and image is stored into json and base
## Contribution

- [@xcapentier](mailto:[email protected]) The main author.
- [@kanimetov](https://github.com/kanimetov) -- Arabic and Hebrew translations.
- [@mrflip](https://github.com/mrflip) -- updated to Expo 46 and minor fixes.

## Questions

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-country-picker-modal",
"version": "2.0.0",
"version": "2.1.0",
"description": "react-native country picker",
"main": "node_modules/expo/AppEntry.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f558409

Please sign in to comment.