Support for older iOS version #11
danielepantaleone
started this conversation in
General
Replies: 1 comment
-
|
I'm not going to say no, but it most definitely won't be in the initial release. That said, I'm going to check out the backport library more throughly as it may hold the key to a few other issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve been following the development of this library and am very interested in using it for my work projects. However, one of the main constraints I need to meet at work is supporting iOS 14 (our customers require iOS current - 4). Unfortunately, this means I can’t take advantage of this library at the moment.
Would it be possible to add support for older iOS versions, perhaps in a way similar to how this framework handles it? https://github.com/johnpatrickmorgan/NavigationBackport
TL;DR: Bridge to NavigationView on iOS versions prior to 16, and use NavigationStack on iOS 16+
Beta Was this translation helpful? Give feedback.
All reactions