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
❗️ Please note:
This release drops support for AsyncLocalStorage name from NativeModules, to avoid conflicts with deprecated version of Async Storage in RN.
Bug Fixes
Deprecate AsyncStorage from React Native (#66) (892afed)
❗️❗️❗️ BREAKING CHANGE ❗️❗️❗️
For iOS platform platform.
Up to this point, Async Storage was storing data to different location, than original Async Storage, meaning that transition would not be seamless. This release revert it back.