-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Web3 Expo support #6247
Comments
Thanks @yao8384 for opening an issue for this. |
We should test 4.x builds with Expo. |
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Web3.js`s version comes '4.x' now; We can still only import the web3 browser version in our Vite and TS project;
the 'vite:import-analysis' plugin will throw an error, telling me the 'web3 'package is not exporting web3.min.js;
so i have a idea; as we add a declaration in web3 package.json ; and next, everything are working fine; codes are as follow:
how i use web3.js 4.x in my vite&ts project;
Environment
The text was updated successfully, but these errors were encountered: