Chris Glein

Results 270 comments of Chris Glein
trafficstars

I feel like this is superceded by [#11422](https://github.com/microsoft/react-native-windows/issues/11422). @chiaramooney do you agree? Can we close this?

Looks like you opened an issue on the core platform here: https://github.com/microsoft/microsoft-ui-xaml/issues/9615 Closing this duplicate.

This looks similar to the sample for [KeyboardAvoidingView](https://reactnative.dev/docs/keyboardavoidingview). We're having trouble reproducing your snippet in a Snack. Mind helping refine this so we can get the repro? Have [this](https://snack.expo.io/@chrisglein/repro29614) so...

Do you have any information to indicate this is a React Native core issue? Have you looked at the [Hermes repo](https://github.com/facebook/hermes) to see if there's anything there? Does it repro...

Recreated in a snack here: https://snack.expo.io/@chrisglein/repro29822 On iOS it shows red when switched on and grey when switched off (despite what the `false` value is). ![image](https://user-images.githubusercontent.com/26607885/91894438-8c12d180-ec4a-11ea-82da-e6ed717fd6cc.png) On Android it shows...

> As I've written above, on expo snack it's working somehow. The behaviour I described is just happening on a real device as far as I can tell. Sorry, I...

Isn't the expected meaning of `contain`? If you want the image to fill you'd want `cover` or `stretch` (depending on whether you want to preserve aspect ratio or not). https://reactnative.dev/docs/image#resizemode...

I'm not positive what the expectation is. The [documentation for `height`](https://reactnative.dev/docs/layout-props#height) implies it should behave like CSS. But if you look at react-native-web in [that Snack](https://snack.expo.io/FbQZQbcVO)... it doesn't display the...

Yes, does seem related to #28328 where the value needs to be english for the code to work (see https://reactnative.dev/docs/view#accessibilityrole), but then that value surfaces in a non translated way....

Looks like #28328 had a proposal but went stale. @TheSavior Should we encourage that discussion to happen elsewhere (didn't seem to gather attention on the issue)? Agreed with your statement...