我用这个命令创建了一个新的 react native 项目:
npx react-native init AwesomeProject
安装包@polkadot/keyring,并创建了一个默认的密钥环:
const keyring = new Keyring();
启动项目后出现错误:
TypeError: Conversion from 'BigInt' to 'number' is not allowed.
我用这个命令创建了一个新的 react native 项目:
npx react-native init AwesomeProject
安装包@polkadot/keyring,并创建了一个默认的密钥环:
const keyring = new Keyring();
启动项目后出现错误:
TypeError: Conversion from 'BigInt' to 'number' is not allowed.