Skip to content

Commit

Permalink
Merge pull request #99 from hopetambala/renovate/expo-vector-icons-10.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @expo/vector-icons to v10.2.1
  • Loading branch information
hopetambala authored Oct 25, 2020
2 parents 471f592 + a74d59a commit 8df546b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
5 changes: 3 additions & 2 deletions components/LanguagePicker/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import React from 'react';
import { Picker } from 'native-base';
import I18n from '../../modules/i18n';

const languages = [
{
key: 'en', label: 'English'
key: 'en', label: I18n.t('languagePicker.english')
},
{
key: 'es', label: 'Spanish'
key: 'es', label: I18n.t('languagePicker.spanish')
}
];

Expand Down
14 changes: 3 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@expo/vector-icons": "10.0.0",
"@expo/vector-icons": "10.2.1",
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.5.1",
Expand Down

0 comments on commit 8df546b

Please sign in to comment.