Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation: init(destination:isActive:label:)' was deprecated in iOS 16.0 #767

Closed
1 task
aaronbrethorst opened this issue Nov 30, 2024 · 1 comment
Closed
1 task

Comments

@aaronbrethorst
Copy link
Member

Let's fix this deprecation from iOS 16: 'init(destination:isActive:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView

  • ./OBAKit/Onboarding/RegionPicker/RegionPickerView.swift:94:13
@aaronbrethorst
Copy link
Member Author

Fixed in #776 - thanks @manu-r12!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant