react-native-esoftplay-social-login
v1.0.2
Published
login with many social provider
Downloads
2
Readme
react-native-esoftplay-social-login
social login with many provider support for react native
INSTALATION
npm install --save react-native-esoftplay-social-login
Sample Usage
import LoginWith from 'react-native-esoftplay-social-login'
<LoginWith
url={'url to login'}
onResult={(user)=>{
//do Your Stuff
}}
/>