(no title)
mrslave | 2 years ago
My poor understanding is that React Native, and hence Expo, doesn't use the same CSS frameworks as web development. I'm curious how that works from the same code base, or perhaps that's one of the major difficulties.
Also I see Expo as a fancy build framework but it's still fundamentally a RN application. Is this correct?
(My front-end colleagues are on another continent and we don't get any water-cooler time. Sorry for the possibly awful questions.)
joshstrange|2 years ago
I’ve never used Expo, React Native, or Flutter so can’t speak to those but I’m pretty happy with my setup. Yes I have to put a tiny bit of logic behind checks for if I’m on the web or if I’m in an app but it works surprisingly well overall IMHO.
theanirudh|2 years ago
[0] - https://solito.dev
[1] - https://www.nativewind.dev
[2] - https://tamagui.dev
zachrip|2 years ago
khromov|2 years ago
black3r|2 years ago
qazxcvbnm|2 years ago
jacobp100|2 years ago
As for the CSS part - yes, React Native uses order for priority, web CSS uses specificity. None of the attempts to get the RN way working on web were amazing