frodriguez-hu

Results 22 comments of frodriguez-hu

Check this, get the result and operate on the current processor and not on the callback https://github.com/nonam4/react-native-vision-camera-face-detector/issues/28

When the animation start I am trying to turn off the user interactions on the activity with: `ctx.getCurrentActivity().getWindow().setFlags(WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE, WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE);` It works good in most cases but when I keep just...

This patch fix the issue: ``` diff --git a/node_modules/react-native-pinchable/android/src/main/java/com/oblador/pinchable/PinchableView.java b/node_modules/react-native-pinchable/android/src/main/java/com/oblador/pinchable/PinchableView.java index 9f22074..841967c 100644 --- a/node_modules/react-native-pinchable/android/src/main/java/com/oblador/pinchable/PinchableView.java +++ b/node_modules/react-native-pinchable/android/src/main/java/com/oblador/pinchable/PinchableView.java @@ -8,6 +8,8 @@ import android.graphics.drawable.BitmapDrawable; import android.graphics.Color; import android.graphics.PointF; import android.graphics.Bitmap; +import...

This pr fix the issue: [https://github.com/oblador/react-native-pinchable/pull/14](https://github.com/oblador/react-native-pinchable/pull/14) @siddharth-kt @oblador @pierroo

I have the same question, I am just trying to figure out how to solve it on the java code

I saw the code is using `setBounds` and it does not have the option to set a pivot in order to pinch-zoom from the initial point. I think in order...

> Yes, I see the same issue on Android + iPhone8 & down. Downgraded and it worked. To what version have you downgraded it?

@mrousavy Sorry to tag you I know it bothers you but the bot is asking me to do it

Another thing to mention is that when I set `isMirrored` on false. the `crop` works but with the image inverted