Skip to content

Instantly share code, notes, and snippets.

@dharavp
Created February 12, 2018 11:37
Show Gist options
  • Save dharavp/1151d58b1d3ab9c5475e488bf12c2a77 to your computer and use it in GitHub Desktop.
Save dharavp/1151d58b1d3ab9c5475e488bf12c2a77 to your computer and use it in GitHub Desktop.
render() {
return (
<View style = {{
flex: 1,
flexDirection: ‘column’,
alignItems: ‘stretch’,
}
} >
< View style = {{height: 50,backgroundColor: ‘powderblue’}} />
< View style = {{height: 50,backgroundColor: ‘skyblue’}} />
< View style = {{height: 50,backgroundColor: ‘steelblue’}} />
</View>
);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment