Last active
February 4, 2018 17:35
-
-
Save nicholasess/97b29d5b867580b253d132e1f4b21470 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: { | |
flex: 1, | |
}, | |
itemImage:{ | |
width: itemWidth, | |
height: itemWidth | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment