forked from react-native-webview/react-native-webview
-
Notifications
You must be signed in to change notification settings - Fork 2
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
devDeps: [email protected]>~0.72.14 #29
Draft
legobeat
wants to merge
43
commits into
MetaMask:main
Choose a base branch
from
legobeat:devdeps-react-native-0.72
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.
+1,656
−1,998
Draft
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
8aed4cc
devDeps: [email protected]>~0.72.14
legobeat c185a65
yarn dedupe
legobeat e0d7360
updated lock file for ios example
sethkfman f113259
devDeps: [email protected]>~0.76.9
legobeat a7835c3
ci: update actions versions
legobeat 96834b5
ci(android): java 11 -> 17
legobeat 3efaae1
example: gradle 7.5.1 -> 8.3
legobeat ecd3f9b
chore: kotlin 1.6.0 -> 1.9.0
legobeat 9f6004a
gradle 8.3
legobeat bcafdd2
kotlin 1.9.0
legobeat 51ca6af
devDeps: react-native-test-app@^2.5.35->^3.7.3
sethkfman 531610a
devDeps: [email protected]>0.72.21
legobeat 6570bb4
fix: remove obsolete resolutions of @react-native-community/cli packages
legobeat 2f22c93
ios: remove flipper config
legobeat 3f079c5
example: remove hermes config from podfile
legobeat f5a2f1b
remove kotlin-stdlib setting
legobeat 9674ef4
Revert "remove kotlin-stdlib setting"
legobeat 2defbc0
fix(example): specify kotlin version
legobeat b70c67b
kotlin 1.9.20
legobeat 1e5ec88
ci(macos): example app scheme
legobeat 70e0cfc
revertme
legobeat e221b29
Revert "revertme"
legobeat 3c9335a
ci(macos): example app scheme
legobeat 5f6c537
fix(example): use_test_app
legobeat 5f97753
Revert "ci(macos): example app scheme"
legobeat cac5bd1
chore: update example Podfiles
legobeat 4591cad
Revert "ci(macos): example app scheme"
legobeat 87f464c
fix: add missing devDependency @react-native-community/cli-platform-ios
legobeat 272f3a4
chore: update example Podfiles
legobeat 83e9c49
fix: downgrade kotlin from 1.9.20 to 1.7.1
leotm f81b2ac
Revert "fix: downgrade kotlin from 1.9.20 to 1.7.1"
leotm 192b269
fix: stick to JDK 11 for RN 0.72
leotm d101647
fix: switch from temurin to zulu distro for RN 0.72
leotm c55c822
fix: downgrade kotlin from 1.9.20 to 1.7.1 (full)
leotm 4fb769b
Revert "fix: downgrade kotlin from 1.9.20 to 1.7.1 (full)"
leotm f51d5b1
fix: downgrade kotlin from 1.9.20 to 1.7.10
leotm 99ce6be
Revert "fix: downgrade kotlin from 1.9.20 to 1.7.10"
leotm d544fab
fix: downgrade gradle from 8.3.0 to 7.0.4
leotm 2ebb89e
Revert "fix: downgrade gradle from 8.3.0 to 7.0.4"
leotm de0dfd8
fix: downgrade Gradle and AGP
leotm b04e7b2
fix: downgrade kotlin from 1.9.20 to 1.6.0
leotm 35b216e
fix: android example app build
leotm cce2133
fix: android example app build
leotm 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
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
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
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.
best we stick to zulu@11 for RN 0.72
then introduce JDK 17 in RN 0.73
like upstream