// 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; // }