-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Labels
bugSomething isn't workingSomething isn't workingplatform: iOSThis is iOS specificThis is iOS specific
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.0yarn add @react-native-community/[email protected]- Use
AsyncStorageinreact-nativeand set data usingAsyncStorage.setItem - then Use
AsyncStoragein@react-native-community/async-storageand 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:
TakayukiCho, lidonghua, wddwycc and peterjuras
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingplatform: iOSThis is iOS specificThis is iOS specific