Skip to content

Commit

Permalink
chore: Update react-native-vector-icons & ignore TTF in android (#401)
Browse files Browse the repository at this point in the history
* chore: Remove and ignore TTFs from Android

* chore: bump react-native-vector-icons to latest version
  • Loading branch information
machour authored and Houssein Djirdeh committed Oct 1, 2017
1 parent f82359b commit 4d4a3ea
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/assets/fonts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ttf
Binary file removed android/app/src/main/assets/fonts/Entypo.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/EvilIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/FontAwesome.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Foundation.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Ionicons.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/MaterialIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Menlo.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Nunito-Bold.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Nunito-Italic.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Nunito-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Octicons.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Zocial.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"react-native-search-bar": "^3.0.0",
"react-native-syntax-highlighter": "^1.2.1",
"react-native-table-component": "^1.0.5",
"react-native-vector-icons": "^4.0.0",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.2",
"react-syntax-highlighter": "^5.6.2",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5363,14 +5363,22 @@ react-native-table-component@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/react-native-table-component/-/react-native-table-component-1.0.5.tgz#84e91f50e92f3cf35eb224749d28444244aced80"

react-native-vector-icons@^4.0.0, react-native-vector-icons@^4.2.0:
react-native-vector-icons@^4.2.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.3.0.tgz#49eab845fbcde6354cb3dbcb62c1abd1f6abc866"
dependencies:
lodash "^4.0.0"
prop-types "^15.5.10"
yargs "^8.0.2"

react-native-vector-icons@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.4.0.tgz#cdfc1cd86ab495b2a4926bcec8f08c155475cbf1"
dependencies:
lodash "^4.0.0"
prop-types "^15.5.10"
yargs "^8.0.2"

react-native@0.48.1:
version "0.48.1"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.48.1.tgz#052ba5a86d3bdb748c288124248727d02b1c0939"
Expand Down

0 comments on commit 4d4a3ea

Please sign in to comment.