Skip to content

Instantly share code, notes, and snippets.

@imbudhiraja
Created December 13, 2018 05:29
Show Gist options
  • Save imbudhiraja/c6f48940f4afc75f17b52fa736022431 to your computer and use it in GitHub Desktop.
Save imbudhiraja/c6f48940f4afc75f17b52fa736022431 to your computer and use it in GitHub Desktop.
Inline Styles
render() {
onSubmit=()=>{}
return (
<View style={{flex:1, flexDirection:'row', backgroundColor:'black'}}>
<Button
title={"Submit"}
onPress={this.onSubmit}/>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment