react-native-opencv3-tests icon indicating copy to clipboard operation
react-native-opencv3-tests copied to clipboard

CvImageManipulations has started crashing after merges done on Nov 22 and 23, 2021

Open jonathans1988 opened this issue 3 years ago • 2 comments

Steps to Reproduce -

  1. Take fresh git clone of react-native-opencv3-tests repo
  2. cd CvImageManipulations
  3. npm install
  4. react-native run-android

Behavior -

App launches successfully. But on clicking any of the buttons (Histogram, Canny, Sobel etc.), the app first hangs and then crashes. Nothing comes in the logs. Device - Oneplus (Android 10)

Please note that this problem started happening only after November 22 and 23 changes. I had previously done the same steps on November 1 and the demo app was working flawlessly at that time.

jonathans1988 avatar Nov 24 '21 22:11 jonathans1988

Hello @jonathans1988 I'd recommend you download and install react-native-opencv3-tests. Then, you'll have 3 or 4 working demos, which you can reuse yin your own custom app.

Currently, we are running them in the RN release and dependencies:

"dependencies": {
   ...
   "react": "17.0.2",
   "react-native": "0.65.1",
   "react-native-fs": "^2.18.0",
  ...
   "react-native-opencv3": "^1.0.8",

...

So, I believe you won't have compatibility problems

Let us know if you were able to run react-native-opencv3-tests on IOS and Android.

iuri avatar Jan 20 '22 17:01 iuri

... I forgot to mention where sources are: https://github.com/adamgf/react-native-opencv3-tests

iuri avatar Jan 20 '22 17:01 iuri