Commit 2b7a1a0
authored
[Web] Use correct config field for Reanimated flag (#3835)
## Description
Changes the config field mapped to `forReanimated` on web
GestureHandler. `shouldUseReanimated` doesn't exist anymore, and
`shouldUseReanimatedDetector` is filtered out from the config.
## Test plan
Verify that `forReanimated` is set correctly1 parent 12ffcc4 commit 2b7a1a0
File tree
2 files changed
+3
-3
lines changed- packages/react-native-gesture-handler/src/web
- handlers
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
750 | | - | |
| 749 | + | |
| 750 | + | |
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments