* switch to firebase mlkit for text recognition * migrate android to MLKit migrate Text detection android to MLKit update gradle of example app Update build.gradle separate gms vision facedetector to general flavor migrate faceDetector to mlkit and fix incorrect bounds due to padding migrate barCode detector to mlkit update android instructions in readme safe face implementation move gms to generalImplementation * add mlkit example setup android of mlkit example setup ios of mlkit example fix typo in readme update example project readme * amend mlkit migration to include raw data add barcode detection in basic and mlkit examples * fix duplicate bridgeDidBackground method BREAKING CHANGE: We migrated to MLKit instead of Google Mobile Vision
6 lines
182 B
Groovy
6 lines
182 B
Groovy
rootProject.name = 'RNCameraExample'
|
|
include ':react-native-camera'
|
|
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../../../android')
|
|
|
|
include ':app'
|