Open kononenkoAnton opened 4 months ago
Latest commit: 773b378a0bfab4c086821e4169a1da1cfb98bc50
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-native-app-auth | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 24, 2024 6:26pm |
Hey @kononenkoAnton thanks for the PR!
This does seem like it works, but do you think you could provide us with a really stripped down minimal example repo of a RN app that supports scenes
as you mentioned.
I haven't used this before and have something clunky set up locally, but would love a reproducible app we could look at/test against in the future.
Let me know, thanks!
Hey @kononenkoAnton - just wanted to give you a friendly ping to see if you'd be up for providing a repro here!
Hey @kononenkoAnton I've been running the https://github.com/microsoft/react-native-test-app without your fix, and it seems like it works correctly still. The RNTA (react-native-test-app) has multiple window support enabled by default and seemed like a good place to test this.
I'm wondering if this might be an issue with your set up instead of an issue with the library.
Let me know if you think you can provide a stripped down example of your implementation, thanks!
Fixes #...
Description
iOS crashes when presenting a view controller while the application is using scenes: https://developer.apple.com/documentation/uikit/app_and_environment/scenes/ The issue occurs because each scene has its own window.
presentingViewController returns nil
Steps to verify