Add Android and iOS CI builds for all supported React Native versions - #761
Open
NicooleT wants to merge 13 commits into
Open
Add Android and iOS CI builds for all supported React Native versions#761NicooleT wants to merge 13 commits into
NicooleT wants to merge 13 commits into
Conversation
… added CI validation.
Set AsyncStorage KSP to 2.2.10-2.0.2 in gradle.properties matching Kotlin 2.2.10.
Use the Fabric-specific event dispatcher overload available in RN 0.82. Update the peer dependency and compatibility docs, and add an RN 0.82 Android compilation check to CI.
added 2 commits
August 24, 2026 17:55
NicooleT
marked this pull request as ready for review
August 25, 2026 21:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added github action that verifies react-native-safe-area-context against every supported React Native version, from 0.82.0 through 0.87.0, on both Android and iOS.
For each version, it: