Skip to content

Commit f558409

Browse files
committed
chore: bump version, add contributor names
1 parent d4c6a07 commit f558409

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: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.
184186

185187
## Questions
186188

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)