I created a new react native project with this command:
npx react-native init AwesomeProject
installed package @polkadot/keyring, and created a default keyring:
const keyring = new Keyring();
After launching the project I get an error:
TypeError: Conversion from 'BigInt' to 'number' is not allowed.