TakaKeiji

Results 5 comments of TakaKeiji

Same issue here, not sure how to fix it

I've just found after following the install steps the import is not made correctly On PackageList.java: ```java // react-native-perspective-image-cropper import org.opencv.RNCustomCropPackage; ``` But should be like this (I think): ```java...

> Error: > cannot find symbol import org.opencv.RNCustomCropPackage; > > after changing in MainApplication.java > import org.opencv.RNCustomCropPackage > to > import fr.michaelvilleneuve.customcrop.RNCustomCropPackage; > > still same issue. :'( I lost...

> Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like [vision-camera-dynamsoft-barcode-reader](https://github.com/xulihang/vision-camera-dynamsoft-barcode-reader) and [vision-camera-code-scanner](https://github.com/rodgomesc/vision-camera-code-scanner) But what if i want to...