jodybrewster / react-native-linkedin-login

React Native Linkedin login
71 stars 42 forks source link

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

Closed xphaul closed 7 years ago

xphaul commented 8 years ago

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

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

mlumbroso commented 8 years ago

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 commented 7 years ago

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