Commit Graph

17 Commits

Author SHA1 Message Date
Daniil Ovoshchnikov
1b9fb63e56 feat(mlkit): add mlkit barcode detection ios (#2209)
extend barcode type cases for android
2019-04-16 15:33:46 -03:00
Daniil Ovoshchnikov
025e7d97a4 feat(ios): migrate face detection to mlkit (#2193)
add face detection using mlkit
add enable tracking prop
cleanup android set tracking methods
remove old face detection
fix basic example not building on ios
2019-04-11 09:10:19 -03:00
Daniil Ovoshchnikov
0ab570a636 feat(mlkit): Migrate Face, Barcode and Text Recognition to Firebase MLKit (iOS - text, Android - all) (#2075)
* 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
2019-03-11 08:56:24 -03:00
Matt Oakes
ed4f5bf918 fix: the git tag format in the podspec (#2045) [skip release]
The format of the git tag which the podspec file specified did not match the ones which were being published.
2019-01-11 10:22:23 +01:00
Marius Reimer
e900244edd update CocoaPod subspecs versions 2018-10-20 12:46:44 +02:00
Laurin Quast
bdbc2564ba fix(rn-camera): bump platform version to 9.0. closes #1806 2018-09-24 18:11:48 +02:00
Daniil Ovoshchnikov
e12310869e implement text recognition for ios (#1775)
fix typo

fix aspect ratio
2018-09-03 10:11:09 -03:00
Ceyhun Ozugur
d36835ce5e
Add back RCT subspec 2018-06-18 16:49:43 +02:00
Ceyhun Ozugur
ed8922a0ca
Fix CocoaPods spec for FaceDetector 2018-06-18 12:38:37 +02:00
Ognen Ivanovski
092d925b27 Also include RCT as the JS code requires it. 2018-03-06 15:22:26 +01:00
Ognen Ivanovski
01bc01e230 Introduced subpecs
default for the spec is RN
RCT and FaceDetector need to be included
explicitly,.
2018-03-06 12:57:49 +01:00
Viren Rajput
8989aa2354
fixed the source_files path in podspec 2018-02-16 18:43:43 +00:00
Jonathan Stanton
0d32769dac Add podspec (#329)
* Add podspec file

* Add instructions for CocoaPods
2016-07-02 12:01:43 -07:00
Lochlan Wansbrough
9fe38ebb86 Removed all dependencies! Removed podspec. Bumped npm version. 💃 2015-09-21 20:10:43 -07:00
Lochlan Wansbrough
1102a53c13 Fixes issue with un-rendering the camera view 2015-06-04 14:37:36 -07:00
Lochlan Wansbrough
a9e5b55b4d Fixed tag name 2015-06-02 15:18:19 -07:00
Lochlan Wansbrough
6f667f16ee REM support (Fixes #40) 2015-06-02 15:17:01 -07:00