react-native-stylo
react-native-stylo
    • Stylo theme
      • Colors
        • -Light
        • -Dark
      • Variables
        • -Light
        • -Dark
      • StyleNamespaces
    • Generic styles
      • BackgroundColor
      • Border
      • Flex
      • FontColor
      • Margin
      • Padding
    • Component styles
      • Icon
      • Image
      • ImageBackground
      • Pressable
      • ScrollView
      • Text
      • TextInput
      • TouchableOpacity
      • TouchableHighlight
      • View
    • Assorted styles
      • Avatar
      • Badge
      • Button
      • Form
      • Horizontal
      • List
      • Screen
      • Tag
    • Customizing Stylo theme
  • Documentation
react-native-stylo

Component styles

A styles collection per React Native component. Theme defines styles for each React Native component. These styles are defined by combining the Generic styles & Assorted styles.

ImageImageBackgroundPressableScrollViewTextTextInputTouchableOpacityTouchableHighlightView

Note: Remaining React Native components will be added in the upcoming releases.