Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.02 KB

File metadata and controls

20 lines (16 loc) · 1.02 KB
id title wip
text
Text
true

Example

open ReactNative                                                                                                          

let styles = {                                                                                                            
  open Style                                                                                                              
  StyleSheet.create({                                                                                                     
    "title": textStyle(~fontSize=24., ~fontWeight=#_600, ()),                                                             
  })                                                                                                                      
}                                                                                                                         

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