Giter VIP home page Giter VIP logo

Comments (17)

nop33 avatar nop33 commented on July 17, 2024 1

I was waiting for a new web3 version to be released on npm, I havent' had the chance to update yet. Will do it later today. But based on my tests here, it works: #352 (comment)

from alephium-web3.

polarker avatar polarker commented on July 17, 2024 1

I was waiting for a new web3 version to be released on npm, I havent' had the chance to update yet. Will do it later today. But based on my tests here, it works: #352 (comment)

We have released 0.42.0 today. Please help us give it a test!

from alephium-web3.

polarker avatar polarker commented on July 17, 2024

@nop33 @mvaivre Could you please help?

from alephium-web3.

nop33 avatar nop33 commented on July 17, 2024

@gilles-hemmerle maybe having a look at our own React Native mobile wallet will give you some help? https://github.com/alephium/alephium-frontend/tree/next/apps/mobile-wallet

from alephium-web3.

nop33 avatar nop33 commented on July 17, 2024

It might be that the entry points of the @alephium/web3-wallet package need to be changed to match the ones in the @alephium/web3 package.

Related PR: #352

from alephium-web3.

nop33 avatar nop33 commented on July 17, 2024

To validate this hypothesis, I would suggest @gilles-hemmerle to find the package.json file inside the node_modules folder of their React Native project and change the entry points to be:

  "main": "dist/src/index.js",
  "browser": "dist/alephium-web3-wallet.min.js",
  "exports": {
    "node": "./dist/src/index.js",
    "default": "./dist/alephium-web3-wallet.min.js"
  },

and then launch the React Native dev server again and see if the issue persists.

from alephium-web3.

polarker avatar polarker commented on July 17, 2024

@nop33 The changes you introduced work well with our mobile wallet, right?

from alephium-web3.

mvaivre avatar mvaivre commented on July 17, 2024

Successfully tested 0.42.0 on mobile and explorer: alephium/alephium-frontend#619
As expected, this allowed us to remove node polyfilling from the explorer.
Will test more with our other Apps, but so far so good ;)

from alephium-web3.

gilles-hemmerle avatar gilles-hemmerle commented on July 17, 2024

@gilles-hemmerle maybe having a look at our own React Native mobile wallet will give you some help? https://github.com/alephium/alephium-frontend/tree/next/apps/mobile-wallet

Thanks, did you integrate the bridge in your wallet actually?

from alephium-web3.

gilles-hemmerle avatar gilles-hemmerle commented on July 17, 2024

Successfully tested 0.42.0 on mobile and explorer: alephium/alephium-frontend#619 As expected, this allowed us to remove node polyfilling from the explorer. Will test more with our other Apps, but so far so good ;)

This minimal repo is working in your end? Can I ask you which node / npm / yarn version you are using?
https://github.com/gilles-hemmerle/alephium-web3-wallet-issue

from alephium-web3.

polarker avatar polarker commented on July 17, 2024

@gilles-hemmerle We will test the bridge SDK tomorrow. That one might need to be updated to support react-native

from alephium-web3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.