Skip to content

[iOS] Cannot get data set by react-native's AsyncStorageΒ #40

Closed
@ohnishiakira

Description

@ohnishiakira

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 in react-native and set data using AsyncStorage.setItem
  • then Use AsyncStorage in @react-native-community/async-storage and get data using AsyncStorage.getItem

Environment

  • Async Storage version: 1.2.1
  • React-Native version: 0.59.0
  • Platform tested: iOS
  • Logs/Error that are relevant:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingplatform: iOSThis is iOS specific

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions