Open steveluscher opened 2 years ago
Versions of @solana/web3.js after 1.41.6 now require React Native >=0.70 and the Hermes JavaScript engine because of a hard pivot to relying on libraries built on the assumption that the runtime supports JavaScript BigInt.
@solana/web3.js
BigInt
You can read much more about this, here: https://twitter.com/steveluscher/status/1565232091260157952
The task is to update the Cookbook to be based on installing React Native 0.70 and using the Hermes JavaScript engine.
Preamble
Versions of
@solana/web3.js
after 1.41.6 now require React Native >=0.70 and the Hermes JavaScript engine because of a hard pivot to relying on libraries built on the assumption that the runtime supports JavaScriptBigInt
.You can read much more about this, here: https://twitter.com/steveluscher/status/1565232091260157952
Proposed solution
The task is to update the Cookbook to be based on installing React Native 0.70 and using the Hermes JavaScript engine.