Skip to content

aofleejay/react-native-oauth2

Repository files navigation

React Native OAuth2

Communicating with OAuth2 Provider in React Native using react-native-app-auth.

🚀 Quick start

  1. Add .env file that contains OAuth2 variables.
  2. Run following commands.
    yarn
    cd ios && pod install
    react-native run-ios

📝 Notes

  • If using GitHub OAuth as OAuth2 provider click here.