Updates IconExplorer to RN 0.17-rc and latest version of fonts.

This commit is contained in:
Joel Arvidsson
2015-12-17 18:52:29 +01:00
parent 3e86005a26
commit 78177dafd4
5 changed files with 39 additions and 39 deletions

View File

@@ -74,6 +74,6 @@ android {
dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:0.16.+"
compile "com.facebook.react:react-native:0.17.+"
compile project(':react-native-vector-icons')
}