Chore/bump rn 85#1093
Open
troZee wants to merge 4 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the example app/tooling to a newer React Native stack (RN 0.85.x), along with associated dependency and build environment bumps, and removes usage of internal NewAppScreen exports in examples.
Changes:
- Bump React Native / React versions and related example dependencies (including iOS pods lockfile updates).
- Adjust Metro config and example screens to avoid
react-native/Libraries/NewAppScreenimports. - Update CI/build toolchain inputs (macOS runner label, Gradle wrapper, Ruby/Bundler lock metadata).
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| example/src/tabView/TabViewInsideScrollViewExample.tsx | Removes NewAppScreen header usage and replaces with a placeholder view. |
| example/src/KeyboardExample.tsx | Removes NewAppScreen Colors usage from styles. |
| example/package.json | Bumps RN/React and related dependencies for the example app. |
| example/metro.config.js | Adjusts Metro config creation/export and removes server.tls. |
| example/ios/Podfile.lock | Updates CocoaPods lockfile for the bumped RN/iOS dependency graph. |
| example/Gemfile.lock | Updates recorded Ruby/Bundler versions in the lockfile. |
| example/android/gradle/wrapper/gradle-wrapper.properties | Updates Gradle distribution used by the example Android build. |
| .github/workflows/ios.yml | Updates the GitHub Actions macOS runner for the iOS workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| }); | ||
|
|
||
| delete config.server.tls; |
| scrollEnabled={true} | ||
| > | ||
| <Header /> | ||
| <View style={{width:"100%", height:300, backgroundColor:"purple"}} /> |
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
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md