Merge pull request #1417 from react-native-community/cameraview

chore(cameraview): update camera view
This commit is contained in:
João Guilherme Fidelis 2018-03-29 21:08:24 -03:00 committed by GitHub
commit 077249e169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ dependencies {
compile "com.google.android.gms:play-services-vision:$googlePlayServicesVersion"
compile "com.android.support:exifinterface:$supportLibVersion"
compile 'com.github.react-native-community:cameraview:d529251d24c0a367a28eea28f0eac2269d12f772'
compile 'com.github.react-native-community:cameraview:eb9f726215bbbfcc03a54db92e480d4d02e0c001'
}