prepare for rn0.37

This commit is contained in:
Daniel Zlotin 2016-11-08 16:08:13 +02:00
parent eef869099f
commit 1783e9d029
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ android {
}
dependencies {
compile 'com.facebook.react:react-native:0.20.+'
compile 'com.facebook.react:react-native:+'
compile group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.9.1'
}
}

View File

@ -116,7 +116,7 @@ public class GalleryView extends RecyclerView {
event = Arguments.createMap();
event.putString("selected", uri);
event.putString("id", "onTapImage");
init(0, System.currentTimeMillis());
init(0);
}
@Override