Closed
Description
warning @react-native-community/async-storage > deep-assign@3.0.0: Check out
lodash.merge
ormerge-options
instead.
We can probably swap out the deep-assign
library with one of these:
https://github.com/TehShrike/deepmerge
https://github.com/schnittstabil/merge-options
Only seems to be used here?
https://github.com/react-native-community/async-storage/blob/85c5278534eef549a959ae386bd0e16fdb0167b0/src/AsyncStorage.js#L17