-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Upgrade React Native to 0.73 #23575
Merged
Merged
Upgrade React Native to 0.73 #23575
Conversation
This file contains 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
…-andriod-e2e-test-job.yml
# Conflicts: # js/react_native/e2e/android/gradle.properties # js/react_native/e2e/android/settings.gradle # js/react_native/e2e/ios/OnnxruntimeModuleExample.xcodeproj/project.pbxproj # js/react_native/e2e/ios/Podfile # js/react_native/e2e/ios/PrivacyInfo.xcprivacy # js/react_native/e2e/package.json # js/react_native/ios/OnnxruntimeModule.xcodeproj/project.pbxproj # js/react_native/ios/Podfile # js/react_native/ios/PrivacyInfo.xcprivacy # js/react_native/package.json
…natvie-andriod-e2e-test-job.yml
# Conflicts: # js/react_native/e2e/android/app/src/debug/java/com/example/reactnativeonnxruntimemodule/ReactNativeFlipper.java # js/react_native/e2e/android/build.gradle # js/react_native/e2e/android/gradle.properties # js/react_native/e2e/android/gradle/wrapper/gradle-wrapper.properties # js/react_native/e2e/package.json # js/react_native/e2e/yarn.lock # js/react_native/package.json # js/react_native/yarn.lock
jchen351
commented
Feb 4, 2025
...ive/e2e/android/app/src/main/java/com/example/reactnativeonnxruntimemodule/MainActivity.java
Outdated
Show resolved
Hide resolved
jchen351
commented
Feb 4, 2025
.../e2e/android/app/src/main/java/com/example/reactnativeonnxruntimemodule/MainApplication.java
Outdated
Show resolved
Hide resolved
jchen351
commented
Feb 4, 2025
...ative/e2e/android/app/src/main/java/com/reactnativeonnxruntimemodule/DataHandlerPackage.java
Show resolved
Hide resolved
jchen351
commented
Feb 4, 2025
..._native/e2e/android/app/src/main/java/com/reactnativeonnxruntimemodule/MNISTDataHandler.java
Show resolved
Hide resolved
jchen351
commented
Feb 4, 2025
js/react_native/e2e/android/app/src/main/java/com/reactnativeonnxruntimemodule/MainActivity.kt
Outdated
Show resolved
Hide resolved
jchen351
commented
Feb 4, 2025
...act_native/e2e/android/app/src/main/java/com/reactnativeonnxruntimemodule/MainApplication.kt
Outdated
Show resolved
Hide resolved
….openInputStream(Uri.parse(uri)); to reactContext.getContentResolver().openInputStream(Uri.parse(uri));
….openInputStream(Uri.parse(uri)); to reactContext.getContentResolver().openInputStream(Uri.parse(uri));
jchen351
commented
Feb 18, 2025
jchen351
commented
Feb 18, 2025
...ive/e2e/android/app/src/main/java/com/example/reactnativeonnxruntimemodule/MainActivity.java
Outdated
Show resolved
Hide resolved
jchen351
commented
Feb 18, 2025
.../e2e/android/app/src/main/java/com/example/reactnativeonnxruntimemodule/MainApplication.java
Outdated
Show resolved
Hide resolved
jchen351
commented
Feb 18, 2025
...eact_native/e2e/android/app/src/main/java/com/reactnativeonnxruntimemodule/MNISTPackage.java
Outdated
Show resolved
Hide resolved
jchen351
commented
Feb 18, 2025
snnn
previously approved these changes
Feb 19, 2025
# Conflicts: # js/react_native/yarn.lock
snnn
approved these changes
Feb 26, 2025
guschmue
pushed a commit
that referenced
this pull request
Mar 6, 2025
Description Upgrading RN to 0.73.11, including Android and iOS changes.. This PR also include the E2E test changes. Used React-Native upgrade [helper](https://react-native-community.github.io/upgrade-helper/?from=0.72.11&to=0.73.11&package=onnxruntime-android&name=onnxruntime) as the reference. Motivation and Context Need newer RN version to fix S360 work items.
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.
Description
Upgrading RN to 0.73.11, including Android and iOS changes.. This PR also include the E2E test changes.
Used React-Native upgrade helper as the reference.
Motivation and Context
Need newer RN version to fix S360 work items.