You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: