diff options
Diffstat (limited to 'polyfills.ts')
-rw-r--r-- | polyfills.ts | 15 |
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; +// } |