summaryrefslogtreecommitdiff
path: root/polyfills.ts
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 14:54:44 +0700
committerpolwex <polwex@sortug.com>2025-07-16 14:54:44 +0700
commitaadfe206f3233032d8742a17c1f21d4750946a41 (patch)
treea63a95381ff99af1226ef096ce94cc32d8153ca5 /polyfills.ts
parent1c81a70b0349a7f7577d0124b4b67ab5ea01e68d (diff)
aaaarggh!!!
Diffstat (limited to 'polyfills.ts')
-rw-r--r--polyfills.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/polyfills.ts b/polyfills.ts
new file mode 100644
index 0000000..050c6a8
--- /dev/null
+++ b/polyfills.ts
@@ -0,0 +1,15 @@
+// import { polyfillGlobal } from "react-native/Libraries/Utilities/PolyfillFunctions";
+// // import 'react-native-polyfill-globals/auto';
+
+// import { Buffer } from "@craftzdog/react-native-buffer";
+// polyfillGlobal("Buffer", () => Buffer);
+
+// // Add crypto polyfills for React Native
+// import 'react-native-get-random-values';
+// import 'react-native-crypto';
+
+// // Ensure crypto is available globally
+// import crypto from 'crypto';
+// if (!global.crypto) {
+// global.crypto = crypto;
+// }