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

docs: update min iOS version info #3814

Merged
merged 2 commits into from
May 28, 2024

Conversation

KrzysztofMoch
Copy link
Member

@KrzysztofMoch KrzysztofMoch commented May 22, 2024

Summary

Add information to docs about min iOS version

Motivation

Less count of issue generated by wrong min iOS version < 13.0

Changes

  • updated installation and updating version

Test plan

  • docs builds

docs/pages/component/props.mdx Outdated Show resolved Hide resolved
- platform :ios, min_ios_version_supported

+ MIN_IOS_OVERRIDE = '13.0'
+ if Gem::Version.new(MIN_IOS_OVERRIDE) > Gem::Version.new(min_ios_version_supported)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you should apply this change in the sample app ?

@freeboub freeboub merged commit 46e12e0 into TheWidlarzGroup:master May 28, 2024
1 check passed
@KrzysztofMoch KrzysztofMoch deleted the chore/update-docs branch May 28, 2024 19:16
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

Successfully merging this pull request may close these issues.

[BUG]: How to fix "concurrency is only available in iOS 13.0.0 or newer"
2 participants