react-native 0.59 support

This commit is contained in:
JB Paul 2019-05-24 16:32:05 +09:00 committed by GitHub
parent c30f246f56
commit 3989d73063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ android {
dependencies {
//noinspection GradleDynamicVersion
compile 'com.facebook.react:react-native:+'
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.yqritc:android-scalablevideoview:1.0.4'
}