Closed chxmbley closed 2 years ago
Looks like this was already merged into master
I have not been able to run on a real device, so I need to rollback the package for now. However, it is possible to pass the new asyncStorage lib as a parameter.
Any news on this? @antoniopresto
Per React Native's changelog, AsyncStorage is being removed from the core RN package and extracted to @react-native-community/async-storage.
Using this library in version >= 0.59 causes a warning to appear in dev mode, reading:
C:\Users\FlowDev\Desktop\LocalStorage\node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:2326 Warning: Async Storage has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/async-storage' instead of 'react-native'. See https://github.com/react-native-community/react-native-async-storage