Commit 82c4e4a
authored
Fix transform on GestureHandlerButton on Android (#3252)
## Description
RN now handles view transform in onAfterUpdateTransaction
https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java#L634
so we need to make sure to call the super method.
## Test plan
Tested that setting transform on button component now works on Android.1 parent a5cb68c commit 82c4e4a
File tree
1 file changed
+2
-0
lines changed- android/src/main/java/com/swmansion/gesturehandler/react
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments