1.0.2 • Published 6 years ago

react-native-esoftplay-social-login v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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
  }}
/>