Hacker News new | ask | show | jobs
by lewisl9029 3075 days ago
Sounds to me like this would be useful for React Native, where only flexbox-based layout is supported.
1 comments

I doubt it - React Native's implementation of flexbox is different enough to make it very difficult to produce the same layout using the same out.

It's almost like an uncanny valley effect - its similar enough to lure you into a false sense of security, until you realise that defaults for flex-direction are reverse, or it implements flex/flex-grow/flex-shrink/flex-basis completely differently.

haha, yes.

I first used flexbox with RN and was kinda baffled when using it on the Web later