Created
October 3, 2018 13:18
-
-
Save tsh-code/766f6bc19d0b2446e362012954e4faa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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