Skip to content

Commit

Permalink
feat: use expo-crypto instead of expo-random
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 committed Dec 5, 2024
1 parent 0e387ff commit e1147a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cryptography/src/primitive/random.native.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Random from "expo-random";
import * as Random from "expo-crypto";

/**
* @param {number} count
Expand Down

0 comments on commit e1147a7

Please sign in to comment.