I'm getting this error with npm [email protected]
when I try to generate a QR code with react-native-qrcode-generator
I'm using react-native with an expo managed workflow. And the thing is it works on iOS, and i only get the error on Android
I searched for a solution myself and I tried installing react-native-get-random-values
but that also didn't work.
Any thoughts?
React Native
Install react-native-get-random-values
Import it before uuid:
import 'react-native-get-random-values';
import { v4 as uuidv4 } from 'uuid';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With