Skip to content

Commit

Permalink
Replace deprecated expo-random package (#415)
Browse files Browse the repository at this point in the history
* Replace deprecated `expo-random` package

* Only import `getRandomBytesAsync`
  • Loading branch information
silvestreh authored and ai committed Aug 13, 2023
1 parent 5732dc9 commit cc3715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async/index.native.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getRandomBytesAsync } from 'expo-random'
import { getRandomBytesAsync } from 'expo-crypto'

import { urlAlphabet } from '../url-alphabet/index.js'

Expand Down

0 comments on commit cc3715c

Please # to comment.