-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bump examples to 0.74 #5834
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
Merged
Bump examples to 0.74 #5834
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
4f2a40d
feat: update codebase
WoLewicki ac05330
chore: bump to rc1
WoLewicki 76032a7
feat: all changes at once
WoLewicki 2414a5b
feat: compat with old arch and 73
WoLewicki 03ab7db
fix: use nativeState only if it is already available
WoLewicki 2934057
restore proper code on Android
WoLewicki 7276085
fix: inline fabric check
WoLewicki 9f784d8
restore migrated libs to example and make ts work
WoLewicki 043f74e
fix: quick fix for scrollviews
WoLewicki e5a24cf
chore: merge current main
WoLewicki 4725d56
feat: merge changes from other PRs
WoLewicki d28993e
Fixes for Reanimated with Bridgeless (#5807)
tjzel 3f8669c
still some screens issue on andrewid
tjzel a547079
WIP
tjzel 4b6e3e5
isBridgeless
tjzel 2e854ec
Merge branch '@tjzel/0.74' into @wolewicki/bridgeless-mode-with-runti…
tjzel 4e3405f
fix iOS double event
tjzel 194b99e
Merge branch '@tjzel/wolewosvgpls' into @tjzel/0.74
tjzel bd51be5
remove accidentally pulled changes from bridgeless
tjzel 9fa93a1
mergele main
tjzel 076c74f
init
tjzel ad4e27c
Merge branch '@tjzel/app-for-0.74' into @tjzel/0.74
tjzel 8a0eb52
review changes
tjzel eb8790b
latest
tjzel b472251
many change
tjzel db03e9d
button
tjzel c8a1a1f
Merge branch '@tjzel/app-for-0.74' into @tjzel/0.74
tjzel 2cd0b4a
init
tjzel f38b7f1
fix web example CI
tjzel c653371
fix andrewid"
tjzel 0e11a89
Merge branch '@tjzel/app-for-0.74' into @tjzel/0.74
tjzel 0ab8b88
Merge branch '@tjzel/0.74' into @tjzel/bump-Examples-to-0.74
tjzel c76e29e
fix andrewid for good"
tjzel 6eb7db1
fix andrewid for good"
tjzel 82b9c94
mergele
tjzel a51c0f7
review changes
tjzel c2f84b3
downstream merge
tjzel 1b43db3
use strict
tjzel 527a41a
Merge branch '@tjzel/0.74' into @tjzel/bump-Examples-to-0.74
tjzel 6e92314
fix react test renderer
tjzel d536ec0
fix gradle
tjzel f768047
piker piker
tjzel 88f5a06
review changes for examples
tjzel eb07f32
yarn.lock
tjzel 489d4ab
Merge branch '@tjzel/app-for-0.74' into @tjzel/0.74
tjzel 2033e35
Merge branch '@tjzel/0.74' into @tjzel/bump-Examples-to-0.74
tjzel 018bd0d
cleanup in android sources
tjzel 2f2bfa8
format
tjzel 3216a86
Merge branch '@tjzel/0.74' into @tjzel/bump-Examples-to-0.74
tjzel d52773e
Replace var with standard types
piaskowyk 17d64b8
remove patches older than 0.71 for android
tjzel 7a23bcc
allow for nativeTag=0
tjzel bfb6e64
Merge branch '@tjzel/0.74' into @tjzel/bump-Examples-to-0.74
tjzel 69fdde9
cursor and gitattributoes
tjzel 62b4af2
mergele main
tjzel 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
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
Binary file not shown.
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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "name": "ReanimatedExample", | ||
| "displayName": "ReanimatedExample" | ||
| } | ||
| } | ||
tjzel marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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.
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.