-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Release] 2.33.0 Cherry-pick thread #4498
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
Open
m-bert
wants to merge
48
commits into
v2-stable
Choose a base branch
from
@mbert/picks-2.33
base: v2-stable
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.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
4a625df
[Android] Do not set explicit versions in `build.gradle` (#4248)
m-bert a5553ef
[Android] Fix mouse interactions (#4265)
m-bert ec6e694
[Android | Web] Disable pointer events on hidden `Swipeable` actions …
jamesacklin a2dbfd2
Remove `opacity` from `Swipeable` action panels (#4271)
m-bert c77ef2d
[Android] Fix text getting selected during gestures (#4273)
j-piasecki 5916a43
[iOS] Move `Tap` cancelation to `dispatch_after` (#4280)
m-bert d146bd8
[Android] Fix ConcurrentModificationException in GestureHandlerOrches…
kosmydel 2642f13
fix: remove UIPointerInteraction from the view when unbinding the hov…
petterikorpimaa b888946
[Android] Don't delay child pressed state in buttons (#4296)
j-piasecki 9bd5731
[macOS] Add coordinates to `Hover` events (#4304)
m-bert 4d2fc01
[iOS] Fix js responder cancelation in modals (#4306)
m-bert e0b9785
Fix Easing import in LongPress example (#4298)
haxonadora e290b95
[iOS] Fix gesture callback guarantees when view is detached mid-gestu…
m-bert a723d65
Export `PressableEvent` type (#4324)
m-bert 1ad48b8
[Web] Fix incorrectly calculated `timeDelta` (#4329)
m-bert 8515250
[Web] Fix incorrect `Tap` offset (#4330)
m-bert 58e083c
[Android] Guard update events to only be dispatched in ACTIVE state (…
j-piasecki 35a0723
Fix fatal crash `Cannot read property 'translationX' of undefined` wh…
huextrat 55a28fd
Don't dispatch orphaned touch events (#4341)
m-bert 3fc18b4
Fix `minVelocity` props behavior (#4327)
m-bert 3892be4
[iOS] Check if `enableTrackpadTwoFingerGesture` is `nil` before apply…
m-bert 4919e24
[Android] Fix basic-example `hermesc` path (#4371)
j-piasecki fc2c566
[Apple] Remove trailing semicolons from `RNGHGestureRecognizerState*`…
m-bert 362c68f
[macOS] Fix touch events never being delivered (#4390)
m-bert 4c7865c
fix: crash when mount listener fires after GestureDetector unmount (#…
kosmydel 4ed49fa
[macOS] Fix `Pan` activation criteria being ignored (#4387)
m-bert ad6e542
[macOS] Fix `manualActivation` never blocking gesture activation (#4389)
m-bert f2ab06c
[macOS] Fix `Fling` not sending touch events and begin/end states con…
m-bert 2dc6455
[Android] Fix handlers cancelled while awaiting leaking in the orches…
m-bert dcdb39e
[General] Align `pointerType` across native and JS (#4403)
j-piasecki ea76dca
feat: Adopt AGP v9 (#4263)
hurali97 cca199e
Clear pending timers on unmount in StatefulPressable (#4413)
m-bert 1494f54
Derive `Pressable` pressed state from `testOnly_pressed` (#4414)
m-bert d33e6f5
Update `Pressable` props (#4421)
m-bert 365b333
Forward `borderless` and `foreground` from `android_ripple` (#4442)
m-bert 92d422b
Keep ReanimatedSwipeable native handlers stable when event callbacks …
ngocdevv 484f7c9
Don't pass dependencies to Reanimated hooks on native (#4472)
m-bert 0d90a42
Fix ReanimatedDrawerLayout animation speed after rerender (#4470)
ngocdevv 81fb95f
Reset `numberOfPointers` in `LongPressGestureHandler` (#4479)
giaBaoJS 6494ef0
Reset `enableTrackpadTwoFingerGesture` in web `PanGestureHandler` (#4…
giaBaoJS 533ca40
[Android] Don't let an awaiting parent handler cancel the child it is…
j-piasecki 1a092b8
[Web] Reset NativeViewGestureHandler config on a full config replace …
j-piasecki 48f354b
Resolve `DrawerLayoutAndroid` lazily to avoid RN deprecation warning …
m-bert 25d36d9
Reset accumulated wheel delta in web `WheelEventManager` (#4484)
giaBaoJS ef9ade7
[Android] Stop nested scroll when a native handler's gesture ends (#4…
m-bert 3d6ca41
Chore: ref forwarding to child in wrap v2 (#4385)
tshmieldev 6da0b23
Reset config before update
m-bert d21cb85
Fix docs CI
m-bert 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
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.