EAS build is breaking AuthSession

2 instances of the app were due to duplicate schemes in the manifest file. The duplicate schemes came from having the deprecated expo-app-auth lib and the expo-auth-session in the same codebase. Removing the deprecated expo-app-auth lib fixed the issue.

Similar issue noted here: [expo-auth-session] Two app options on android

1 Like