-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting from 1.53.0 web3.js breaks compatibility with React Native #27685
Comments
it is supported in react native 0.70, you need to upgrade |
You're absolutely correct! You can read all about the new requirements going forward, here: |
Added some notes to the web3.js |
@steveluscher After upgrading to React Native 0.70 I'm getting a new error
|
I think I made it work. Needed this change in babel.config.js:
|
Yep! It’s all in the Cookbook. Make sure to read the whole thing, there might be more things to configure! |
Problem
Starting from 1.53.0 web3.js breaks compatibility with React Native
I suspect some changes that uses BigInt might have caused this. BigInt is not supported in React Native.
Error log:
Proposed Solution
The text was updated successfully, but these errors were encountered: