solana-developers / dapp-scaffold-react-native

dApp scaffold for react native apps
https://solanacookbook.com/integrations/react-native.html
MIT License
52 stars 21 forks source link

Upgrade to React Native 0.70.0-rc.4 #2

Closed steveluscher closed 2 years ago

steveluscher commented 2 years ago

Problem

Crypto libraries have terminally gone all in on BigInt support, which makes them incompatible with most versions of React Native. I wrote about this here: https://twitter.com/steveluscher/status/1565232091260157952

Many people are reporting problems using new versions of @solana/web3.js because of the introduction of BigInt code to those bundles.

The only way out of this, is forward.

Summary of changes

Test plan

yarn ios
yarn android

Both test apps launch, can create accounts, and can airdrop to those accounts.