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
Consider using expo-random as the peer dep rather than react-native-randombytes so that ejecting from an Expo app isn't required in order to use react-native-crypto.
This would involve a polyfill that matches the node core crypto.randomBytes API exactly but uses the expo-random methods internally rather than react-native-randombytes methods.
expo-random works in both "managed" and "bare" Expo apps as well as vanilla React Native apps (Source)
The text was updated successfully, but these errors were encountered:
Consider using
expo-random
as the peer dep rather thanreact-native-randombytes
so that ejecting from an Expo app isn't required in order to usereact-native-crypto
.This would involve a polyfill that matches the node core
crypto.randomBytes
API exactly but uses theexpo-random
methods internally rather thanreact-native-randombytes
methods.expo-random
works in both "managed" and "bare" Expo apps as well as vanilla React Native apps (Source)The text was updated successfully, but these errors were encountered: