Communicating with OAuth2 Provider in React Native using react-native-app-auth.
- Add
.env
file that contains OAuth2 variables. - Run following commands.
yarn cd ios && pod install react-native run-ios
- If using GitHub OAuth as OAuth2 provider click here.