Ali M
Ali M
I am working on a project with react native "react-native": "0.74.1", and I've tried both the @adnan-khan1122 and @AlgoRoots solution by pasting the code in the file mentioned above as...
> @alimurad-1 patch is still valid. Don't forget to apply patching after adding code using `npx patch-package react-native` and re-install IOS app. It should work. reinstalling the app resolved the...
> Does it help to use RNQC polyfills? (see README.md) > > ```ts > import { install } from 'react-native-quick-crypto'; > install(); > ``` > > I'm not sure what...
the following setup helped me achieve the required speed https://github.com/ethers-io/ethers.js/issues/2250#issuecomment-1599169934 this setup is for the ethers v6 however the RNQC issue with new react native versions still persists
I am facing the same issue as @kkkasio, any leads on this one
the react native build started failing all of a sudden and started throwing this error....any leads on this issue