Closed ks1990cn closed 1 year ago
What makes you think your youtube tutorial is using expo? They start the app using the non-Expo react-native CLI, which supports native modules.
If you want to use Expo, you must understand how Expo works in relation to 3rd party native modules
That is your responsibility. There are different ways to use Expo (bare, managed, Expo Go) and they have different capabilities and native module constraints. You need to do different things between bare and managed.
I believe you need to study managed mode and the expo command "prebuild" or something similar.
None of that is the responsibility of this repo I think, and I don't think you have a valid issue here.
@zoontek Hi This was closed based on initial description. I get the same error for our react-native android app after bumping from 3.3.1 (basically works) > 3.10.1 Is there any spec changed that we need to update here? Do I need to create a new issue for it?
@L03TJ3 No, just clean your cache (multiple duplicate can be found by searching for issues)
ah ok, yes could have done that. thanks
Bug summary
Here is complete readme with my code for given error. I can see there are lot of already closed ways to do fix this issue, even by manual link is not working at my end.
https://github.com/ks1990cn/qrscanner/blob/master/README.md
Library version
3.10.1
Environment info
Steps to reproduce
1.) Clone code
2.) cd ./qrscanner, then run
npx expo start
Reproducible sample code