Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created October 3, 2018 13:18
Show Gist options
  • Save tsh-code/766f6bc19d0b2446e362012954e4faa4 to your computer and use it in GitHub Desktop.
Save tsh-code/766f6bc19d0b2446e362012954e4faa4 to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
borderWidth: 1,
borderColor: 'black',
borderStyle: 'dashed',
height: 200,
},
title: {
fontSize: 19,
fontWeight: 'bold',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment