Stuart Jones

Results 8 issues of 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...

type: enhancement ⚡️
status: discussion
📌 pinned
domain: artifacts
status: triage

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: ![Screenshot 2022-05-19 at 17 03 34](https://user-images.githubusercontent.com/2145641/169346189-888ecfed-c940-4507-9e5a-c40e08718532.png) But the most recent release is 4.1.4: ![Screenshot 2022-05-19 at 17 04 48](https://user-images.githubusercontent.com/2145641/169346477-916f9efb-8308-479a-acfd-366d1c067826.png)

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...

Status: In Progress
Platform: React-Native

### 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...

bug

### 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...

bug