am working on react native app and using react-native-app-auth library login with outlook,when i run app on ios device then redirect url working fine.but when i run app on android device then then login successfully but redirect url not working.my redirectUrl is : 'urn:ietf:wg:oauth:2.0:oob',i try this but not work.
manifestPlaceholders = [`enter code here`appAuthRedirectScheme: 'com.googleusercontent.apps.urn:ietf:wg:oauth:2.0:oob']