ethereum-react-native-boilerplate
ethereum-react-native-boilerplate copied to clipboard
× TypeError: moralis_react_native__WEBPACK_IMPORTED_MODULE_3___default.a.setAsyncStorage is not a function
I get an error when using 'yarn web'
import Moralis from "moralis/react-native.js";
Adding ".js" solved the issue
But.
😞