You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when trying to create an instance of helia.
"Your javascript code tried to access a native module that doesnt exist in this development client"
Maybe someone can reproduce this error. Not sure what needs to be polyfilled or what native library is needed.
Tried rm -rf ./node_modules, npm install, pod deintegrate && pod install but no luck.
Tried "postinstall": "rn-nodeify --install events --hack" no luck.
The text was updated successfully, but these errors were encountered:
Getting the following error when trying to create an instance of helia.
"Your javascript code tried to access a native module that doesnt exist in this development client"
Maybe someone can reproduce this error. Not sure what needs to be polyfilled or what native library is needed.
Tried rm -rf ./node_modules, npm install, pod deintegrate && pod install but no luck.
Tried "postinstall": "rn-nodeify --install events --hack" no luck.
The text was updated successfully, but these errors were encountered: