You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flush NativeAnimated batch via microtask instead of set/clearImmediate (#57209)
Summary:
## Changelog:
[Internal] - Flush NativeAnimated batch via microtask instead of set/clearImmediate
We used `setImmediate` to schedule the operations in order to use microtasks queue (given the immediate shim used in RN). But jest tests treat setImmediate callback as macrotask like setTimeout (which is browser-aligned behavior). This makes it difficult to test the change introduced by featureflag `animatedShouldDebounceQueueFlush` and `cxxNativeAnimatedEnabled`
Reviewed By: cipolleschi
Differential Revision: D108640934
0 commit comments