Commit 2d93995
Enable animatedShouldDebounceQueueFlush by default
Summary:
Flip the default value of the `animatedShouldDebounceQueueFlush` JavaScript feature flag to `true`, enabling Animated flush-queue debouncing everywhere, and remove the per-app overrides that already forced it on.
This flag just put operations in a microtasks queue, it doesn't rely on any specific native animated implementation
Changelog:
[General][Changed] - Enable Animated flush-queue debouncing (`animatedShouldDebounceQueueFlush`) by default
Reviewed By: christophpurrer
Differential Revision: D1094687711 parent 7ed17c9 commit 2d93995
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- packages/react-native
- scripts/featureflags
- src/private/featureflags
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
| 974 | + | |
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments