There was an error while loading. Please reload this page.
open ReactNative let styles = { open Style StyleSheet.create({ "title": textStyle(~fontSize=24., ~fontWeight=#_600, ()), }) } <Text style={styles["title"]}> {"Hello World"->React.string} </Text>