You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any solution to replace the community async storage in dependencies, this is causing a conflict, since community async storage is deprecated now
The text was updated successfully, but these errors were encountered:
So this package needs a new release that changes to use the newer @react-native-async-storage/async-storage instead of @react-native-community/async-storage in a few places.
Presuming you are already specifying e.g. "@react-native-async-storage/async-storage": "~1.15.0", as a dependency of your project you can do the following...
import AsyncStorage from '@react-native-community/async-storage' for import AsyncStorage from '@react-native-async-storage/async-storage'
But yes, a new version of this package needs to be build by the maintainer with those changes in, including swapping out the dependency in it's package.json.
Is there any solution to replace the community async storage in dependencies, this is causing a conflict, since community async storage is deprecated now
The text was updated successfully, but these errors were encountered: