Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.31] Android - Promise never fulfilled or rejected when using chrome remote debugger #9415

Closed
bilewinters opened this issue Aug 15, 2016 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@bilewinters
Copy link

import { AsyncStorage } from 'react-native';
AsyncStorage.getItem("@MY_SPECIAL_KEY").then(
    result => console.log("Got a result", result),
    error => console.log("Got an error", error)
);

When I execute this and check my logs using react-native log-android I predictably get:
08-15 17:30:54.604 25707 25983 I ReactNativeJS: 'Got a result', null

However, executing while connected to chrome in order to debug, I get nothing.

I'm using Chrome on Windows 10, and react-native 0.31. If anyone can reproduce, or not, on any other OS I'd like to hear about it.

@alenia
Copy link

alenia commented Aug 15, 2016

This is a dup of #9319

@satya164
Copy link
Contributor

Closing as duplicate of #9319

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants