Closed
Description
Current behavior
- On iOS, data (set by react-native core's AsyncStorage) cannot be accessed from this library's AsyncStorage.
Expected behavior
- Data can be accessed from both AsyncStorage.
Repro steps
react-native init Sample --version 0.59.0
yarn add @react-native-community/[email protected]
- Use
AsyncStorage
inreact-native
and set data usingAsyncStorage.setItem
- then Use
AsyncStorage
in@react-native-community/async-storage
and get data usingAsyncStorage.getItem
Environment
- Async Storage version: 1.2.1
- React-Native version: 0.59.0
- Platform tested: iOS
- Logs/Error that are relevant: