FormidableLabs / FormidableLabs/react-native-app-auth

BuiltInParameters not applying in iPad - iOS

Open
#937 1 comment 0 reactions 0 assignees View on GitHub
needs-more-info
Dominant language
Java
Stars
2.3k
Forks
473
PR merge metrics
No merged PRs in 30d

Description

## Issue

My React-Native has the library for external auth provided & I have my configuration set with the additional parameters:

```JS
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](https://github.com/FormidableLabs/react-native-app-auth/blob/main/index.d.ts#L58) options:

Screenshot:

Screenshot 2024-01-10 at 1 32 39 PM

---

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.