You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands here, expo-random has been deprecated. Would it be possible to migrate dependencies to expo-crypto instead?
expo-random
⚠️ Deprecated
This package is now deprecated in favor of expo-crypto, which provides the same functionality. To migrate, replace all imports from expo-random with imports from expo-crypto.
Provides a native interface for creating strong random bytes. With Random you can generate random values to address use cases that other APIs like the web's crypto.getRandomValues and Node's crypto.randomBytes might address.
The text was updated successfully, but these errors were encountered:
As it stands here, expo-random has been deprecated. Would it be possible to migrate dependencies to expo-crypto instead?
The text was updated successfully, but these errors were encountered: