-
Notifications
You must be signed in to change notification settings - Fork 480
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I expected AsyncStorage.getItem to return a promise but I got an Object {}.
Version
1.15.11
What platforms are you seeing this issue on?
- Android
- iOS
- macOS
- Windows
- web
System Information
System:
OS: macOS 12.0.1
CPU: (8) arm64 Apple M1
Memory: 99.67 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.4.2 - /opt/homebrew/bin/node
Yarn: 1.22.10 - /opt/homebrew/bin/yarn
npm: 7.18.1 - /opt/homebrew/bin/npm
Watchman: 2021.06.07.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0
Android SDK: Not Found
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7678000
Xcode: 13.1/13A1030d - /usr/bin/xcodebuild
Languages:
Java: 11.0.12 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.66.0 => 0.66.0
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Steps to Reproduce
Using ios simulator (iphone 12 / iOS 15)
useEffect(() => {
const x = AsyncStorage.getItem('some-key');
console.log(x);
console.log(typeof x);
console.log(JSON.stringify(x, null, 4));
}, []);
produces:
LOG {}
LOG object
LOG {}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working