We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffe2d5 commit ef1ed95Copy full SHA for ef1ed95
1 file changed
README.md
@@ -12,8 +12,8 @@ Proof Key for Code Exchange (PKCE) challenge generator for React Native.
12
13
## Under the hood
14
|iOS |Android |Web |Windows |macOS |Expo
15
-|:--------------|:--------------|:------------------|:-----------|:--------------|:-----------
16
-|arc4random_buf |arc4random_buf |crypto.randombytes |Math.random |arc4random_buf |expo-random
+|:--------------|:--------------|:------------------|:-----------|:--------------|:-------------------------
+|arc4random_buf |arc4random_buf |crypto.randombytes |Math.random |arc4random_buf |expo-random / expo-crypto
17
18
## Installation
19
```bash
0 commit comments