Open
Description
Issue
My React-Native has the library for external auth provided & I have my configuration set with the additional parameters:
import {
authorize,
} from 'react-native-app-auth';
const config = {
...
additionalParameters: {
...
display : 'page',
...
}
...
};
I have the configuration set to have the display shown for the page as seen in the BuiltInParameters options:

Screenshot:

Environment
- Platform:
iOS
react-native
Version:0.69.1
react-native-app-auth
Version:^7.1.0
- Are you using Expo?
No