You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a new React Native app (0.73+), the default iOS setup uses AppDelegate.swift instead of Objective-C (AppDelegate.h/.m). When integrating react-native-app-auth and calling the login function, the app crashes on iOS with the following error:
Exception in HostFunction: <MMS.AppDelegate: 0x600002105130> does not conform to RNAppAuthAuthorizationFlowManager..