Valeria Nazarova
Valeria Nazarova
> Any errors when you run `adb logcat`? @dmarcs I have tried to filter only the warnings and errors during the time I was starting the camera and confirming the...
> Hey, I had the same problem, camera didn't want to open and not have any logs from logcat. > > I figure out that before using the camera you...
@dmarcs I have created a fresh RN 64 project with nothing but document scanner plugin and the button that starts it `npx [email protected] init projectname --version 0.64.4` `npm i react-native-document-scanner-plugin`...
After I have upgraded my project to RN 72.14 and tried again upgrading the package to 1.0.0 Android worked again. However, what I find somehow annoying with the new appearance...
+1, using the 2.0.2 version. If you are not fast enough to switch to Manual, it will automatically scan some random area. Would be nice to have an option to...
Since I use the package only for image compression, adding this to `app/build.gradle` helped to comply with 16KB page size requirement. ``` configurations.all { exclude group: 'com.github.banketree', module: 'AndroidLame-kotlin' }...