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

[Android]: Login does not return any promise #7

Closed
xphaul opened this issue Jun 20, 2016 · 2 comments
Closed

[Android]: Login does not return any promise #7

xphaul opened this issue Jun 20, 2016 · 2 comments

Comments

@xphaul
Copy link

xphaul commented Jun 20, 2016

screen shot 2016-06-20 at 3 16 23 pm

@jodybrewster there is no data being logged after i have successfully logged in

@mlumbroso
Copy link

So, I had the same issue, it disappears when I change on the button

onPress={ this._login }

with

onPress={() => { this._login(); } }

Although there is the same error now with this, again a scope problem :
_this4._getUserProfile is not a function

@jodybrewster
Copy link
Owner

I'm going to start supporting promises soon, closing this for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants