diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-19 19:02:55 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-19 19:02:55 -0500 |
commit | 994332af917418c833ffd092e8ded904a0030212 (patch) | |
tree | 4ab39766431b197423dd1338d1c32340951f6fe5 /package.json | |
parent | 4787c8383d09550e0ec845a7926298e6cc084d7d (diff) | |
download | voidsky-994332af917418c833ffd092e8ded904a0030212.tar.zst |
Add missing deps and an atob polyfill
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 33c72458e..194c649e3 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "react-native-fast-image": "^8.6.3", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "~2.9.0", + "react-native-get-random-values": "^1.8.0", "react-native-haptic-feedback": "^1.14.0", "react-native-image-crop-picker": "^0.38.1", "react-native-inappbrowser-reborn": "^3.6.3", |