lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of normal CSS or JSS ?

davidjtorres opened this issue · comments

Is it possible to normal CSS on react-native-web using standard HTML dom elements ?
and use a different instead of Flex ?

Curious too; specifically with emotion.sh

emotion has a @emotion/primitives package: https://emotion.sh/docs/@emotion/primitives

But no, you can't use normal CSS as it would defeat the point of react-primitives (eg. be able to use components across platforms)