Commit Graph

118 Commits

Author SHA1 Message Date
Ran Greenberg
955f4ddd17
Merge pull request #207 from chris-teague/fix/camera-screen-base-rn-0.56
Fixes “Undefined is not an object (evaluating '_reactNative.Image.res…
2018-10-18 10:34:00 +03:00
Shalom Yerushalmy
6eab015a98 Use inline vars 2018-10-16 09:42:38 +03:00
Chris Teague
8b60c46d6b Fixes “Undefined is not an object (evaluating '_reactNative.Image.resizeMode.contain’)” issue introduced into CameraKitCameraScreenBase with React Native 0.56
870775ee73
2018-09-10 22:30:44 +09:30
Ran Greenberg
fe16f2f51c
Revert "update Barcode scanner usage" 2018-04-23 18:21:19 +03:00
Dmytro Ponomarenko
c03f6ab5e3 changes 2018-04-11 13:17:57 +03:00
Roman Kozlov
c3fdb2af3a refactor 2018-04-06 11:31:37 +03:00
Roman Kozlov
edb5f2ceb0 overlay color android 2018-04-06 11:30:36 +03:00
Dmytro Ponomarenko
e9c38a43fb merge 2018-04-05 17:24:49 +03:00
Dmytro Ponomarenko
06517a9049 changes 2018-04-05 17:21:41 +03:00
Roman Kozlov
d31df0677a android frame constraints 2018-04-05 17:16:47 +03:00
Dmytro Ponomarenko
9d61baf42b properties 2018-04-05 15:36:01 +03:00
Dmytro Ponomarenko
25d5e71856 add surfaceColor 2018-04-03 12:38:31 +03:00
Roman Kozlov
d6427afe8e wait for camera to load bg 2018-04-03 10:58:01 +03:00
Ran Greenberg
43d464c423 fix example projects and now no need to work on node_modules 2018-03-15 16:37:58 +02:00
Dmytro Ponomarenko
e617a205aa delete functionality of multiple scan 2018-03-14 11:09:22 +02:00
Dmytro Ponomarenko
95babe0f2c add functionality that restore last value of barcode 2018-03-09 16:05:51 +02:00
Roman Kozlov
7d41a445f7 fix refactor 2018-03-06 13:58:15 +02:00
Roman Kozlov
6a015e54e5 change key 2018-03-06 13:56:21 +02:00
Dmytro Ponomarenko
ce3fd49580 rebased 2018-03-01 16:05:04 +02:00
Dmytro Ponomarenko
8d525cea05 changes onReadCode 2018-03-01 15:36:52 +02:00
Dmytro Ponomarenko
778c08f88a latest 2018-03-01 13:23:29 +02:00
Dmytro Ponomarenko
5f781d3ee0 add processColor 2018-03-01 12:15:50 +02:00
Dmytro Ponomarenko
f0008b05e6 add processColor 2018-03-01 12:07:22 +02:00
Dmytro Ponomarenko
b9e2751ce5 Merge branch 'master' into newFunctionalityBarcodeIOS
# Conflicts:
#	src/CameraScreen/CameraKitCameraScreenBase.js
2018-03-01 11:32:04 +02:00
Ran Greenberg
415ce4107f fix safe area issue on iOS11 2018-02-28 13:42:06 +02:00
Dmytro Ponomarenko
f42f124d49 changes 2018-02-12 15:43:51 +02:00
Roman Kozlov
3c37df92ab screen for barcode 2018-02-01 16:53:38 +02:00
Roman Kozlov
05c1289cb0 frame color 2018-01-31 13:20:19 +02:00
Roman Kozlov
7eb7e26d43 fix 2018-01-31 13:01:33 +02:00
Roman Kozlov
a27e2b4a4a frame WIP 2018-01-31 12:52:26 +02:00
Roman Kozlov
e253ffd575 merge master 2018-01-29 17:46:28 +02:00
Roman Kozlov
1a9669e036 fix 2018-01-29 17:43:27 +02:00
Roman Kozlov
9c6520bdf1 fix 2018-01-29 17:40:09 +02:00
Roman Kozlov
88b158f213 barcode scanner inside camera view 2018-01-29 17:22:02 +02:00
Ran Greenberg
85592ce65b Revert "add props with callback from native"
This reverts commit 34a37b79a0.
2018-01-28 11:54:45 +02:00
Ran Greenberg
231152c69b fix CameraKitCameraScreenBase 2018-01-28 11:19:58 +02:00
Roman Kozlov
fdad47191d barcode 2018-01-25 18:39:40 +02:00
DmitryPonomarenko
34a37b79a0
add props with callback from native 2018-01-22 10:28:33 +02:00
Guy Carmeli
c2e28fa122 Fix 🙏 cut off capture icon
For some reason, on some Android devices, the capture icon was cut off.
Setting background color to the button seems to fix this (probably an RN issue)
2017-08-21 11:58:17 +03:00
Ran Greenberg
62c3da018f remove debug console.log 2017-08-15 18:38:15 +03:00
Ran Greenberg
773f719981 fix CameraKitGallery::getImageUriForId for iOS 2017-08-15 10:44:21 +03:00
aksonov
21a3853e36 fix passing cameraOptions and default overlay color 2017-08-04 14:02:53 +02:00
Ran Greenberg
4f72a00c0e pass extra props to camera screen into react-native View wrapper (current usge for pass testID) 2017-08-02 17:30:02 +03:00
Jon Kessler
80f862e315 Pull in prop-types dependency to avoid deprecation warnings 2017-07-26 12:06:31 -07:00
Ran
d2936072ce Merge pull request #36 from kubik369/fix-android-gallery-view
Fix android crashing on CameraKitGalleryView
2017-07-22 09:23:25 +03:00
gevorg94
fd306016eb pass overlayColor to selected image [android] 2017-06-30 11:40:14 +04:00
kubik369
af32e9a063 Fix shallow copy issue in iOS 2017-06-28 12:43:24 +02:00
Lev Vidrak
6295dd6c0f WOA-3924 - (Performance) Image uploading in feed post and chat is slo… (#45)
* WOA-3924 - (Performance) Image uploading in feed post and chat is slow - Added resizeImage functionality in Android

* Change resolution to be exactly like on iOS
2017-06-26 10:09:32 +03:00
Ran Greenberg
ca22d63411 fix resizeImage 2017-06-25 15:34:56 +03:00
Ran Greenberg
36fd36bd38 return gracefully when try to invoke resizeImage on Android 2017-06-20 11:27:51 +03:00