jonathanpalma / react-native-tesseract-ocr

Tesseract OCR wrapper for React Native
MIT License
558 stars 172 forks source link

Not working in latest RN project #159

Open neeraj-tangariya opened 1 year ago

neeraj-tangariya commented 1 year ago

image_2023_07_25T04_53_33_726Z

react06 commented 12 months ago

Not working on the latest RN project.

"react": "18.2.0", "react-native": "0.72.4", "react-native-tesseract-ocr": "^2.0.3",

Saiffer commented 11 months ago

As a workaround try passing --legacy-peer-deps flag while running npm i

vishva-simform commented 11 months ago

Any updates on this? I am facing same issue

jk31768 commented 9 months ago

Same here

hamza-aissa commented 3 months ago

even trying with --legacy-peer-deps wont work i think the issue is related to react native new architecture (yoga 3)

hamza-aissa commented 2 months ago

even trying with --legacy-peer-deps wont work i think the issue is related to react native new architecture (yoga 3)

i also tried disabling the new arch it wouldnt work