Results 3 comments of Eosxx

It happen to me on Firefox 124 for MaxOs. On 1920x1080, full screen, it big popup. On in-build monitor 1728x1117(default), full screen, it small popup. I click it and hold...

Try this. ```typescript import * as secp256k1 from "@noble/secp256k1"; import { randomBytes } from 'react-native-randombytes' secp256k1.utils.randomBytes = function (bytesLength = 32) { return Uint8Array.from(randomBytes(bytesLength)); } ```