Style

Style tag, add css styles right through the config

Parameters

Example

<View>
  <Style> .cls-name { background: red; }</Style>
  <View className="cls-name">
    <Header value="Header" />
  </View>
</View>