📄️ Installiation
Installiation step
📄️ Configuration
Provider
📄️ Component
React Native Styled System does not create basic components internally.
📄️ Text & Typography
The useSx hook takes an option as the second argument, and there is styleType there.
📄️ Style Parsing Priority
useSx accepts styles from multiple sources. When the same property is defined in more than one source, the following priority order determines which value wins.
📄️ Custom Theme
Theme shape
📄️ Responsive Breakpoints
Apply different style values based on the screen width using responsive arrays.
📄️ TypeScript
React Native Styled System aims for type-safe use.