We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
expo-random
Hi there! I just wanted to give you a quick heads up about expo-random being deprecated. It'll be removed in the next Expo SDK release.
I think you'll want to update index.native so that the import reads:
import
import * as Crypto from 'expo-crypto'
And a couple lines below that
export let random = Crypto.getRandomBytesAsync
The text was updated successfully, but these errors were encountered:
Can you send a PR? Since I am not a RN developer.
Sorry, something went wrong.
@ai thanks for the quick reply. Here's the PR #415 :)
Successfully merging a pull request may close this issue.
Hi there! I just wanted to give you a quick heads up about
expo-random
being deprecated. It'll be removed in the next Expo SDK release.I think you'll want to update index.native so that the
import
reads:And a couple lines below that
The text was updated successfully, but these errors were encountered: