Skip to content

chore: update example app RN version to fix iOS CI - #62

Merged
santhoshvai merged 3 commits into
masterfrom
ios-ci-fix
Aug 13, 2026
Merged

chore: update example app RN version to fix iOS CI#62
santhoshvai merged 3 commits into
masterfrom
ios-ci-fix

Conversation

@santhoshvai

@santhoshvai santhoshvai commented Aug 13, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • New Features

    • Updated the example app to React Native 0.87 and React 19.2.
    • Added support for newer Android and iOS platform requirements.
    • Enabled edge-to-edge display and improved iPhone frame-rate support.
    • Added broader iPad orientation support.
  • Improvements

    • Modernized Android and iOS application startup and build configuration.
    • Improved release build optimization and development tooling compatibility.
    • Removed the tvOS and Android Buck configurations from the example project.

chore: update example app RN version to fix CI
@santhoshvai
santhoshvai requested a review from greenfrvr August 13, 2026 10:38
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0677c2bf-03c4-4636-af9a-af1059bba39b

📥 Commits

Reviewing files that changed from the base of the PR and between 22800b4 and c08a087.

⛔ Files ignored due to path filters (2)
  • examples/GumTestApp/android/gradle/wrapper/gradle-wrapper.jar is excluded by !**/*.jar
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (25)
  • examples/GumTestApp/.buckconfig
  • examples/GumTestApp/.flowconfig
  • examples/GumTestApp/android/app/BUCK
  • examples/GumTestApp/android/app/build.gradle
  • examples/GumTestApp/android/app/build_defs.bzl
  • examples/GumTestApp/android/app/src/debug/AndroidManifest.xml
  • examples/GumTestApp/android/app/src/main/AndroidManifest.xml
  • examples/GumTestApp/android/app/src/main/java/com/gumtestapp/MainApplication.kt
  • examples/GumTestApp/android/build.gradle
  • examples/GumTestApp/android/gradle.properties
  • examples/GumTestApp/android/gradle/wrapper/gradle-wrapper.properties
  • examples/GumTestApp/android/gradlew
  • examples/GumTestApp/android/gradlew.bat
  • examples/GumTestApp/ios/GumTestApp-tvOS-Bridging-Header.h
  • examples/GumTestApp/ios/GumTestApp-tvOS/Info.plist
  • examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj
  • examples/GumTestApp/ios/GumTestApp.xcodeproj/xcshareddata/xcschemes/GumTestApp-tvOS.xcscheme
  • examples/GumTestApp/ios/GumTestApp/AppDelegate.h
  • examples/GumTestApp/ios/GumTestApp/Info.plist
  • examples/GumTestApp/ios/GumTestApp/PrivacyInfo.xcprivacy
  • examples/GumTestApp/ios/GumTestApp/main.m
  • examples/GumTestApp/ios/Podfile
  • examples/GumTestApp/metro.config.js
  • examples/GumTestApp/package.json
  • package.json
💤 Files with no reviewable changes (11)
  • examples/GumTestApp/ios/GumTestApp-tvOS-Bridging-Header.h
  • examples/GumTestApp/android/app/src/debug/AndroidManifest.xml
  • examples/GumTestApp/ios/GumTestApp/main.m
  • examples/GumTestApp/ios/GumTestApp/AppDelegate.h
  • examples/GumTestApp/ios/GumTestApp.xcodeproj/xcshareddata/xcschemes/GumTestApp-tvOS.xcscheme
  • examples/GumTestApp/.flowconfig
  • examples/GumTestApp/ios/Podfile
  • examples/GumTestApp/android/app/BUCK
  • examples/GumTestApp/android/app/build_defs.bzl
  • examples/GumTestApp/.buckconfig
  • examples/GumTestApp/ios/GumTestApp-tvOS/Info.plist

📝 Walkthrough

Walkthrough

The GumTestApp example upgrades to React Native 0.87.0, updates Android and iOS project integration, regenerates Gradle launchers, and removes obsolete Buck, Flow, tvOS, and test-target configuration.

Changes

GumTestApp platform upgrade

Layer / File(s) Summary
React Native packages and Metro configuration
examples/GumTestApp/package.json, examples/GumTestApp/metro.config.js, package.json
React Native and React versions, CLI packages, Jest configuration, and the Node.js requirement are updated. Metro uses the private exclusion-list module path.
Android application integration
examples/GumTestApp/android/app/..., examples/GumTestApp/android/build.gradle, examples/GumTestApp/android/gradle.properties, examples/GumTestApp/android/gradle/wrapper/gradle-wrapper.properties, examples/GumTestApp/.buckconfig, examples/GumTestApp/.flowconfig, examples/GumTestApp/android/app/BUCK, examples/GumTestApp/android/app/build_defs.bzl
MainApplication uses the default ReactHost and direct loadReactNative initialization. Android manifests, SDK versions, Kotlin, Gradle properties, and ProGuard settings are updated. Buck and Flow configuration files are removed.
Gradle launcher regeneration
examples/GumTestApp/android/gradlew, examples/GumTestApp/android/gradlew.bat
The POSIX and Windows launchers update Java discovery, environment parsing, argument handling, wrapper JAR invocation, and exit-code handling.
iOS-only project configuration
examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj, examples/GumTestApp/ios/GumTestApp/Info.plist, examples/GumTestApp/ios/GumTestApp/PrivacyInfo.xcprivacy, examples/GumTestApp/ios/Podfile, examples/GumTestApp/ios/GumTestApp-tvOS/Info.plist, examples/GumTestApp/ios/GumTestApp-tvOS-Bridging-Header.h, examples/GumTestApp/ios/GumTestApp.xcodeproj/xcshareddata/xcschemes/GumTestApp-tvOS.xcscheme, examples/GumTestApp/ios/GumTestApp/AppDelegate.h, examples/GumTestApp/ios/GumTestApp/main.m
The Xcode project retains only the iOS application. React Native framework and privacy-resource phases, deployment settings, device orientations, frame-duration settings, and privacy entry order are updated. tvOS and removed iOS entry-point artifacts are deleted.

Estimated code review effort: 4 (Complex) | ~60 minutes

Mergeability Score: ⚪ Minimal · up to c08a0

This PR updates the example app's native React Native integration and should receive the usual iOS and Android build checks; no actionable merge-blocking risk remains beyond normal validation.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main React Native upgrade in the example app and its intended iOS CI fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ios-ci-fix

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

examples/GumTestApp/metro.config.js

ESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox.

examples/GumTestApp/package.json

ESLint skipped: the ESLint configuration for this file references a package that is not available in the sandbox.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Caution

CodeRabbit couldn't update its existing comment. The review summary may be out of date.

Error details
putComment timed out

@santhoshvai
santhoshvai merged commit 757cee1 into master Aug 13, 2026
6 checks passed
@santhoshvai
santhoshvai deleted the ios-ci-fix branch August 13, 2026 12:49
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.

2 participants