Chris Glein

Results 270 comments of Chris Glein
trafficstars

Here's the relevant PR for the 10MB issue: https://github.com/microsoft/react-native-windows/pull/10885 But seems like you're hitting some problem with the new solution.

There doesn't seem to be anything obviously wrong from the detail you've provided (thank you, by the way). It's unable to find the VC libs and it's not clear why....

Related: https://github.com/microsoft/react-native-windows/issues/2974 https://github.com/microsoft/react-native-windows/issues/7981 @NickGerleman Do you have a timeline for when you think it'll become a problem for RNW to not be building with RTTI? We'll want to measure the...

Android is restricting this to a few values. And that matches the recommendations of the [web prop](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex). However that's a recommendation... other values are actually allowed. As such it seems...

The xplat react RFC indicates that the intent is to _not_ support a larger range for tabIndex. We need to identify if any active customers are using this. So, two...

Maybe related: https://github.com/microsoft/react-native-windows/pull/11772 Check in with Andrew about what's done on Paper.

Version 0.69 is outside of our support window. However I don't think this has been fixed since. Just want to clarify that if a patch were to be made, it...

Question: What do Android and iOS apps offer as far as bundle customization?

Above is a workaround, not a proper fix. We should add an API to make it so app authors don't need to pass these around. There is more documentation on...