Hacker News new | ask | show | jobs
by madeofpalk 3075 days ago
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.

1 comments

haha, yes.

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