jodybrewster / react-native-linkedin-login

React Native Linkedin login
71 stars 42 forks source link

Proper documentation #46

Open cidevant opened 5 years ago

cidevant commented 5 years ago

https://github.com/jodybrewster/react-native-linkedin-login#usage

Add import LinkedinLogin from 'react-native-linkedin-login'; to the begining.

// replace "this" with "LinkedinLogin"
this.init(
    [
        'r_emailaddress',
        'r_basicprofile'
    ]
).then((e) => {
    console.log('Linkedin initialized');
});

Are you kidding? then is used for Promises! Is your init returns promise? NO!