FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers
https://commerce.nearform.com/open-source/react-native-app-auth
MIT License
2.04k stars 441 forks source link

Not able to run example on iOS #936

Closed tehnuge closed 10 months ago

tehnuge commented 10 months ago

Issue

Following the readme here, I am not able to get the example running and am getting the following error. This is from a fresh clone of the current repo (7.1). Is there another app that needs to be running (metro...?):

Screenshot 2024-01-03 at 11 42 17 AM

The steps being followed:

cd react-native-app-auth/Example
yarn
cd ios && pod install
npx react-native run-ios

Environment

tehnuge commented 10 months ago

I was running a mobile app in a different terminal which caused the issue 🤦