You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xstyled can be used with React Native in the same way and with the same import just as styled-components did.
13
+
14
+
### Diferrences between browser and react-native
15
+
16
+
It works in the "same way" as the browser's xstyled but some utility properties have been removed because react-native doesn't support it, for example: grid, transformations.
17
+
18
+
### Exposes components with and without utility props
19
+
20
+
The philosophy of xstyled is to use x.\* as much as possible.
21
+
22
+
But we provide all react native components in `styled` without utility props, and components with utility props using the `Box` suffix.
0 commit comments