-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update RN to 0.71.19 #23381
Open
jchen351
wants to merge
25
commits into
main
Choose a base branch
from
Cjian/RN-71
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+449
−373
Open
Update RN to 0.71.19 #23381
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7741248
Updating react-native to 0.70.15
jchen351 60560bd
Switching iOS back to 13.0
jchen351 77c3b70
Upgrade gradle to 7.5.1
jchen351 60c4da2
Also update yarn.lock
jchen351 85acc42
Adding x86_64 arch explitly
jchen351 df2c952
# TODO: remove this once we migrate the Pipelines to …
jchen351 c3f0bf6
Disable hermes by default
jchen351 5f8f4ee
Merge branch 'refs/heads/main' into Cjian/fix_rn_ci
jchen351 ce776be
set hermes_enabled tp ture
jchen351 16e7782
set herms to false
jchen351 16eae7e
seperating RN-ci pipeline
jchen351 d9774f0
Commit changes on ios
jchen351 8cae378
Commit changes on ios
jchen351 353a80c
Merge branch 'main' into Cjian/seperate-rn
jchen351 b965982
Revert files back to main
jchen351 1a2feed
Fix e2e test log publish
jchen351 c80286b
Change artifact name
jchen351 c56a48f
Merge branch 'Cjian/seperate-rn' into Cjian/RN-71
jchen351 a900cb0
Change artifact name
jchen351 1601765
Change artifact name
jchen351 9a6610f
Merge branch 'Cjian/seperate-rn' into Cjian/RN-71
jchen351 2bcbfe1
update the jest
jchen351 751801b
Switching back to NPM_packages
jchen351 361ec4e
Merge branch 'Cjian/seperate-rn' into Cjian/RN-71
jchen351 83c9675
Update gradle and java to 17
jchen351 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,45 @@ | ||
## For more details on how to configure your build environment visit | ||
# Project-wide Gradle settings. | ||
|
||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
|
||
# For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
# | ||
|
||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx1024m -XX:MaxPermSize=256m | ||
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
# | ||
# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m | ||
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
|
||
|
||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
#Tue Jan 26 17:36:02 PST 2021 | ||
android.enableJetifier=true | ||
|
||
# AndroidX package structure to make it clearer which packages are bundled with the | ||
# Android operating system, and which are packaged with your app's APK | ||
# https://developer.android.com/topic/libraries/support-library/androidx-rn | ||
android.useAndroidX=true | ||
OnnxruntimeModule_buildToolsVersion=29.0.2 | ||
OnnxruntimeModule_compileSdkVersion=31 | ||
OnnxruntimeModule_minSdkVersion=21 | ||
OnnxruntimeModule_targetSdkVersion=31 | ||
# Automatically convert third-party libraries to use AndroidX | ||
android.enableJetifier=true | ||
|
||
# Version of flipper SDK to use with React Native | ||
FLIPPER_VERSION=0.125.0 | ||
|
||
# Use this property to specify which architecture you want to build. | ||
# You can also override it from the CLI using | ||
# ./gradlew <task> -PreactNativeArchitectures=x86_64 | ||
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 | ||
|
||
# Use this property to enable support to the new architecture. | ||
# This will allow you to use TurboModules and the Fabric render in | ||
# your application. You should enable this flag either if you want | ||
# to write custom TurboModules/Fabric components OR use libraries that | ||
# are providing them. | ||
newArchEnabled=false | ||
|
||
# Use this property to enable or disable the Hermes JS engine. | ||
# If set to false, you will be using JSC instead. | ||
hermesEnabled=false |
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file already defines the three version vars below:
Do we need to do it again here? Will it cause conflicts? What if they are different?