Support React Native
See original GitHub issuein RN environment, there’s no global WebAssembly.
Can we have a polyfill for it?
https://www.npmjs.com/package/webassembly
looks promising.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:44 (19 by maintainers)
Top Results From Across the Web
Where to get help - React Native
Where to get help. If you need help with your React Native app, the right place to go depends on the type of...
Read more >Where To Get Support - React
Where To Get Support. React has a community of millions of developers. On this page we've listed some React-related communities that you can...
Read more >React Native Support - Flipper
React Native Support ... Meta's React Native and Developer Tooling teams work in close collaboration to ensure Flipper offers top-notch out-of-the-box value for ......
Read more >React Native Paper
React Native Paper library officially supports the new Material Design generation called Material You - a brand new and the most expressive design...
Read more >React Native for Windows + macOS
React Native for Windows + macOS brings React Native support for the Windows SDK as well as the macOS 10.14 SDK. With this,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing this based on https://github.com/polkadot-js/wasm/issues/19#issuecomment-513449451
@polkadot/wasm-crypto
0.13.1 has anasm.js
fallback (RN-only)@polkadot/util-crypto
0.94.1 uses the above package@polkadot/keyring
0.94.1 (uses the above internally) at https://github.com/jacogr/rn-wasm-cryptoIf anything else does pop up -
0.13.0-beta.4
NODE_OPTIONS=--max_old_space_size=8192 npm start
for the bundlernpm run ios
for the emulator