11 Commits

Author SHA1 Message Date
Jason Schoeman
224e025757
Update build.gradle
Updated dependencies to use: `compile "com.android.support:exifinterface:26.0.2"`
2018-02-14 17:05:50 +02:00
Jason Schoeman
049b23440e
Incorrect placement of plugin.
I believe this is incorrectly used here. This will cause various issues, especially using it with Android Studio. This is also the reason you have to specify the QA compile error. The plugin `com.android.support:exifinterface:+` should at the very least be used but then not even, rather have it as part of the installation process to include the dependency build.gradle.
2018-02-13 12:06:12 +02:00
Joao Fidelis
e21d2f4c87 Use most recent cameraview commit 2018-02-03 10:37:35 -02:00
Stanislav Shakirov
0b5ae8f9e3
Return to compile gradle api. revert
revert 9c76310c93
fixed https://github.com/react-native-community/react-native-camera/issues/1145
Most of react-native projects is still using old gradle api. There is not issue to stay with old api.
2018-01-24 14:59:24 +03:00
Joao Fidelis
9c76310c93 Change dependencies on build.gradle from compile to api. 2018-01-22 17:33:04 -02:00
Sibelius Seraphini
ffc74e5e6e Add Camera implementation using CameraView on Android
This is most a copy of expo camera module

this still half baked, missing javascript part and package and modules
fixes

see #246
2017-12-31 13:49:39 -02:00
Joshua Pinter
e187b8a0e7 (android): Update compileSdkVersion to 25 and buildToolsVersion to 25.0.2 (#677)
* Update compileSdkVersion to 25 and buildToolsVersion to 25.0.2

Best to keep these up-to-date. Doesn't affect backwards compatibility.

* Add buildToolsVersion requirement of 25.0.2.
2017-04-23 12:38:42 -07:00
Alexander Pantyuhov
06dc7ac5a7 Image orientation fix (#475, #309) (#493)
fix
2016-12-04 18:32:04 -05:00
plougsgaard
85336e9fd4 Import the zxing decoder library. 2016-09-15 01:16:20 +02:00
Radu Popovici
ff66374fd1 fix react native 0.19.0 upgrade bugs for android 2016-02-02 13:13:57 +02:00
Fabrice Armisen
844d6aaf65 Android support.
Working: set aspect, select camera type, set flash/torch mode, take picture and save it to the file system, mediaroll as data.
Not working: Video capture, set orientation.
Known problem: Front camera pictures are not oriented correctly.
2016-01-19 18:31:14 -08:00