Nicolas Gallagher

Results 470 comments of Nicolas Gallagher

No thanks, I don't want to maintain a list of companies or imply endorsement of their products. However, I created a pinned Discussion where people can share their examples -...

In React Native, `I18nManager` is undocumented and produces highly limited localization that isn't good enough for web apps. We'll have to improve React Native to match React Native for Web....

FWIW inline style animations haven't been supported for a long time. I'll look into why the Animated one doesn't work

Oh it's because `Animated` calls `StyleSheet.flatten` which produces a new style object no longer recognized by the compiler (which doesn't produce class names at render time anymore, for React 18...

I might have a fix for this. I'll hopefully get a patch up soon for you to try in your environment

> I could have done it differently but there was no reason for completely separate components. Why not use View for web and Animated.View for native? That seems like a...

https://github.com/necolas/react-native-web/commit/59af091fdb4dd91118b105596a28c093426978b0

Yeah maybe. Not much context was provided by the PR author

It will have been this change https://github.com/necolas/react-native-web/commit/094bd0efc5ac1c566a81dec7ee825deae2c5a9a7 I'm not sure why the contents of a disabled element would be expected to be interactive. If anything, it was a bug in...

So are you disabling the red-outlined pressable in some circumstances, but want the blue ones to remain interactive?