-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'detectFromUri' of undefined #13
Comments
Same issue here. Would love to know what the issue is here. |
Please make sure you have followed all the steps for linking library on native side. |
Could this be an Expo issue? |
Facing the same issue. Seeking help to resolve this on urgent basis. I am using CRNA configuration not Expo. Also want to know whether this library can be used with Expo too? |
Issue solved after properly linking the library as @zsajjad suggested. |
My app can be builded.
But when I activate the detectFromUri function, it shows it is undefined.
And also, I see the console, RNTextDetector is undefined after import this module.
How to solve this issue?
The text was updated successfully, but these errors were encountered: