I am trying to use async storage with "react native web" but it is saying " AsyncStorage is null".
commands I ran:
yarn add @react-native-community/async-storage
react-native link @react-native-community/async-storage
When I try to open localhost:3000, it says that error.
Any idea how to fix this?