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

chore: drop React Native 0.62, 0.63 since 3.14.0 #1533

Merged
merged 4 commits into from
Jul 18, 2022
Merged

Conversation

kkafar
Copy link
Member

@kkafar kkafar commented Jul 18, 2022

Description

Dropped support for React Native 0.62, 0.63 since 3.14. This change will be released with react-native-screens@3.16, however version 3.14 does not have support for these React Native versions.

Changes

  • Updated README.md.
  • Set minSdkVersion to 21 in build.gradle.
  • Removed some unnecessary checks for Android API version in Android code (see commit messages for detailed description).

Test code and steps to reproduce

Build example apps to see that they still work (especially Android)

Since 3.15.0 we support React Native 0.64+
Due to https://apilevels.com/ Build.VERSION_CODES.LOLIPOP is API version
21 --> from now on this condition is redundant
According to https://apilevels.com/ JELLY_BEAN_MR1 is API version 17 -->
this check is now obsolete. So is the annotation.
@kkafar kkafar requested a review from WoLewicki July 18, 2022 15:29
@kkafar kkafar marked this pull request as ready for review July 18, 2022 15:29
@kkafar kkafar merged commit e27b068 into main Jul 18, 2022
@kkafar kkafar deleted the @kkafar/drop-rn-63 branch July 18, 2022 15:39
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.

1 participant