ethereum-boilerplate / ethereum-react-native-boilerplate

The ultimate full-stack Ethereum React Native Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it works with any EVM system! Happy BUIDL!👷‍♂️
MIT License
544 stars 286 forks source link

× TypeError: moralis_react_native__WEBPACK_IMPORTED_MODULE_3___default.a.setAsyncStorage is not a function #12

Open wei-kris opened 2 years ago

wei-kris commented 2 years ago

image image

I get an error when using 'yarn web'

wei-kris commented 2 years ago

import Moralis from "moralis/react-native.js"; Adding ".js" solved the issue But. image image 😞