Eric Rozell
Eric Rozell
This is implemented here: https://github.com/microsoft/react-native-windows/blob/main/vnext/Microsoft.ReactNative/Modules/AccessibilityInfoModule.cpp#L34 Is there a more reliable API than UiaClientsAreListening to call?
> Also, it's possible it's your configuration @rozele ? Can you share your environment information? I tested on both UWP and XAML Islands, but I'll definitely test again and update...
We're still in the middle of experimentation with the ReactNativeFeatureFlags.animatedShouldSignalBatch feature flag.
The `animatedShouldSignalBatch` flag was removed in https://github.com/facebook/react-native/pull/52521. It is being superseded by `cxxNativeAnimatedEnabled`, but this hasn't been evaluated for open source readiness yet.
> is this `animatedShouldSignalBatch` affects the sticky header behaviour? > > CC: [@rozele](https://github.com/rozele) Only in the sense that @j-piasecki mentioned enabling it solved the issue.