Closed rosentoshev closed 4 years ago
Same here
@marcojr I did manage to get the manual capture to work on iOS devices. In the root directory of the @woonivers/react-native-document-scanner package folder, open the ios
folder. Then open RNPdfScannerManager.m
and delete the following lines:
(dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
}
I followed the steps in the README.md, the react-native-document-scanner installed and is working correctly with an automatic capture on my test iPhone 5s. However, the manual capture is not working. I have read various issue threads here and tried this solution: https://github.com/Woonivers/react-native-document-scanner/pull/38/files However, I am still getting the following error when I try to manually capture with
ref
similar to the example.