solana-labs / solana-web3.js

Solana JavaScript SDK
https://solana-labs.github.io/solana-web3.js
MIT License
2.2k stars 873 forks source link

[experimental] Audit what we're about to release as web3.js Release Candidate for React Native #2402

Open steveluscher opened 7 months ago

steveluscher commented 7 months ago

We have no React Native test harness, so we don't know if the new library actually works on React Native. Maybe it does, or maybe it's still missing some polyfills.

steveluscher commented 7 months ago

Are you still doing React Native stuff, @beeman?

beeman commented 7 months ago

Are you still doing React Native stuff, @beeman?

At the moment I'm not working on any React Native apps, but I'm happy to dive into it when I have some more free time, like right after HH Dubai.

steveluscher commented 4 months ago

I tried the new web3.js with a plain Expo app yesterday. With only the introduction of a SubtleCrypto polyfill (I used https://github.com/margelo/react-native-quick-crypto) I was able to generate keypairs and make RPC calls.

There's one ergonomic fix that needs to be made (#2898) and I think we can close this.