Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 253 Bytes

File metadata and controls

18 lines (14 loc) · 253 Bytes
id text
title Text
wip true

Example

open ReactNative
open Style

let styles = StyleSheet.create({
  "title": s({fontSize: 24., fontWeight: #_600}),
})

<Text style={styles["title"]}> {"Hello World"->React.string} </Text>