Phạm Trung Đức
Phạm Trung Đức
Hey @Michaelvilleneuve , Can you take a look at this lib: https://github.com/beast/react-native-scan-doc https://github.com/daisygao/ScannerLite/ https://github.com/jhansireddy/AndroidScannerDemo https://github.com/leadrien/opencv_native_androidstudio https://github.com/vulovicv23/opencv-documentscanner-android I think it so perfect if your lib can work on Android too. :)...
Hi @Michaelvilleneuve , I see this project. It work exactly like your, but not have auto capture feature. https://github.com/Aniruddha-Tapas/Document-Scanner I trying to bridge it but it too hard for me...
+1 facing same issue, don't know how to fix it :(
@sbobykin i run barcode example in https://github.com/googlesamples/ios-vision, and it work. i follow your guild in https://github.com/sbobykin/react-native-barcode-scanner-google/blob/ios/IOS.md but i can run, linked error. Can you provide an example work in react...
@sbobykin here my error: ld: library not found for -lswiftSwiftOnoneSupport for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) i follow your...
@sbobykin Are you working on it? I can test it for you if you are finish 😀 Thanks.
@sbobykin seem like pretty nice. Thank you for your effort.
Currently i am trying my own bridge, but i realize when i using pod install, all lib download down is different when compare with native ios-vision example: +react-native pod install:...
@sbobykin i am sorry, i follow your step but it can't work, i think the issue is my pod install wrong file, maybe if you can update all project (include...
@sbobykin i created ios native (Swift) with GMV barcode detect, and it work. now I am trying to make react native working too :)