Eric Rozell
Eric Rozell
> @rozele Would you mind rebasing off main one more time? Just to see if that will help :) Rebased :)
@chrisglein - we already support working around Handled events, specifically to make selectable text pressable. This change is slightly different. The implication isn't that we necessarily want to workaround more...
Re-opening, as it's a relatively trivial change on an experimental public interface that keeps the delta smaller in our fork of react-native-windows.
Re-opening, as this is technically still a bug for the composition-based NativeAnimated implementation and the tick-based implementation is opt-in. For a temporary workaround use: ``` // Animated.timing is an example,...
For clarity - not so much a quirk setting, rather explicitly using the tick-driven animation driver for an animation using diffClamp'd value if it is causing problems in a Windows...
> What has this looked like with your more complicated ViewManagers? (I'm assuming you've applied this code to Messenger) In the Messenger example, it's a bit simpler. It doesn't implicate...
> What would the documentation for that look like? It's a good question. I don't think any of the IViewManager interfaces are very well documented today. Our internal documentation is...
@chrisglein The more important consideration here though is how this will work with Fabric. React Native Windows already has a nice abstraction for this (i.e., LayoutService) where we can route...
It's likely that most of Messenger's image rendering will move to a custom component, so I think this can be closed out. Messenger has variants needed that are beyond the...
Does this reproduce in older versions of react-native-windows or only v0.71? There were a couple changes that first landed in v0.71 (#10658 and #10422) that may have introduced a regression....