Chris Glein

Results 270 comments of Chris Glein
trafficstars

Another deep layer to expose through JS, so this would be further out for any investment in react-native-xaml. Workaround for now is to define your animations in a XAML file...

This sounds very familiar, like something I thought was fixed. Let's check to see if the commit from the linked issue is in the version you're using, as well as...

This was the change I was thinking of: #7637 (fixing #7283). That change went into 0.64. @jbcullis Would you be willing to put up a PR with your fix above?

Is your app [configured](https://reactnative.dev/docs/new-architecture-intro) to use [Fabric](https://reactnative.dev/architecture/fabric-renderer) for non-Windows platforms?

To be clear, is this warning the only thing generating your build failure (treating warnings as errors)? As an immediate workaround, you can suppress this warning. This is a file...

@mganandraj FYI in the future you can use either the feature request template or the empty issue template for when the bug template is a bad fit.

Multiple issues tracked here. This one would be a change to the template that we would want to frontload: > not named based on convention There's some setup in this...

@dedavis6797 Does this need to be addressed for the Hermes rollout in 0.70?

That is a logical conclusion from the compatibility matrix. However, we are in the middle of transitioning from one RN architecture (Paper) to another (Fabric). As such we want to...

> It looks like Meta switched to googletest version 1.10 while we're on https://github.com/Microsoft/TestAdapterForGoogleTest 1.8.1 (I don't think the latest version has INSTANTIATE_TEST_SUITE_P) I guess the next step is to...