Stuart Jones
Stuart Jones
### Describe your idea It would be great if we overwrite artifacts such as screenshots or videos by passing through a flag e.g. `--overwrite-artifacts`. I've managed to get this working...
Some of the CountryPicker props are missing from the type definition. e.g. `closeButtonStyle` and `closeButtonImage`: Instead of defining the types twice (`Props` in `src/index.tsx` and `CountryPickerProps` in `src/CountryPicker.tsx` we can...
Have the release notes / changelogs moved? The tags are showing:  But the most recent release is 4.1.4: 
Hey, first of all great library! Managed to get it working with ease! We have noticed the following issue on some old Android version 7 devices the last few weeks:...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. Deploy a mandatory CodePush release 2. Open the...
Since React Native 0.69 hermes has been [bundled with React Native](https://reactnative.dev/blog/2022/06/21/version-069#bundled-hermes). If users use the old `hermesc` version from `node_modules/hermes-engine` the version won't match. This PR recommends users to change...
### Describe the bug? In the [okta-oidc-android documentation](https://github.com/okta/okta-oidc-android#providing-browser-used-for-authorization) it says the okta library only supports Chrome custom tab enabled browsers. We have been running some tests on our app as...
### Describe the bug? If we let the refreshToken expire and call `OktaRN.refreshTokens();` it returns a default message which prevents us from handling specific issue. If we look at the...