-
-
Notifications
You must be signed in to change notification settings - Fork 360
chore(core): Bump sample app to React Native 0.84.1 #5941
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
Merged
+809
โ391
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
847a572
chore(core): Bump sample app to React Native 0.84.1
antonis 8ef850b
fix(core): Patch react-native-build-config for Gradle 9 compatibility
antonis ead10c6
fix(core): Patch react-native-launch-arguments for Gradle 9 compatibiโฆ
antonis fb4a398
chore(core): Bump react-native-reanimated to 4.3.0 for RN 0.84 support
antonis 68eaa2d
fix(core): Replace deprecated rncore.h with FBReactNativeSpec.h
antonis 158e678
Lint issue
antonis 4157b02
fix(ci): Bump Node to 22 in sample app CI workflows
antonis f3d0cf2
fix(ios): Fix podspec compiler flags being overridden by install_moduโฆ
antonis 4280fa9
revert: Remove redundant OTHER_CFLAGS from pod_target_xcconfig
antonis 64f0b09
refactor(core): Remove yarn patches in favor of version bumps and depโฆ
antonis 1f23e0f
fix(ci): Remove legacy arch from sample app CI matrix
antonis dadeb89
fix(core): Fix tsconfig resolution and Detox R8 error for RN 0.84
antonis 6c2d293
Merge branch 'main' into antonis/bump-sample-rn-0.84.1
antonis 5662d30
Merge branch 'main' into antonis/bump-sample-rn-0.84.1
antonis 30c5cad
Merge branch 'main' into antonis/bump-sample-rn-0.84.1
antonis eb71e76
fix(core): Restore react-native-build-config and update Node constraints
antonis 90b00f2
Merge branch 'main' into antonis/bump-sample-rn-0.84.1
antonis 5774bb3
Merge branch 'main' into antonis/bump-sample-rn-0.84.1
antonis e4ceaf1
Merge branch 'main' into antonis/bump-sample-rn-0.84.1
antonis 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 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
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
27 changes: 27 additions & 0 deletions
27
.yarn/patches/react-native-build-config-npm-0.3.2-0e671629bd.patch
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| diff --git a/android/build.gradle b/android/build.gradle | ||
| index 8eb2638fe8f4eddfe5daaa3d54ba39cf4e11e6f8..f7d77d75f57004438998cded63ce694d0753dcf4 100644 | ||
| --- a/android/build.gradle | ||
| +++ b/android/build.gradle | ||
| @@ -1,13 +1,3 @@ | ||
| -buildscript { | ||
| - repositories { | ||
| - jcenter() | ||
| - } | ||
| - | ||
| - dependencies { | ||
| - classpath 'com.android.tools.build:gradle:1.3.0' | ||
| - } | ||
| -} | ||
| - | ||
| apply plugin: 'com.android.library' | ||
|
|
||
| android { | ||
| @@ -19,7 +9,7 @@ android { | ||
| versionCode 1 | ||
| versionName "1.0" | ||
| } | ||
| - lintOptions { | ||
| + lint { | ||
| abortOnError false | ||
| } | ||
| } |
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
samples/react-native/android/gradle/wrapper/gradle-wrapper.properties
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.