react-native-camera/android
SimonErm dc4f65702f
feat(touch): Feature/add on tap events (#2827)
* add TouchEvent on android

* add GestureHandler to detect touches on android

* add property to enable touchDetector on android

* add onTouch event to ios

* add GestureRecognizer to ios

* add onTouch property and js setup

* add missing semicolons

* fix literal notation

* add missing ":"

* fix copy-paste error (wrong var-name)

* pass the native event to the onTouch callback

* replace : with ;

* add onTouch type defs

* add documentation for onTouch property

* scale postion before emitting since the event coordinates are raw pixels

* migrate advanced example to native pinch zoom and onTouch

* split onTouch property into onTap and onDoubleTap
2020-05-12 17:56:42 -03:00
..
gradle/wrapper feat(android): Update Gradle Wrapper and plugin, fix files (#2818) 2020-05-05 16:01:20 -03:00
src feat(touch): Feature/add on tap events (#2827) 2020-05-12 17:56:42 -03:00
build.gradle feat(android): Update Gradle Wrapper and plugin, fix files (#2818) 2020-05-05 16:01:20 -03:00
gradle.properties break(androidX): upgrading to sdk 28 and androidx (#2068) (#2306) 2019-07-14 16:08:03 -03:00
gradlew feat(android): Update Gradle Wrapper and plugin, fix files (#2818) 2020-05-05 16:01:20 -03:00
gradlew.bat feat(android): Update Gradle Wrapper and plugin, fix files (#2818) 2020-05-05 16:01:20 -03:00