Closed
Description
Should the react-native-web implementation of AsyncStorage also reside in this community library?
When changing to @react-native-community/async-storage the web version of my React Native app fails on multiMerge
I believe it would be a simple copy paste of the localStorage code here: https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/AsyncStorage/index.js
And it appears the react-native-web maintainers agree with the functionality residing in this library - necolas/react-native-web#1260
Thank you.