Last active
June 4, 2018 17:52
-
-
Save mrkacan/7dce3a98c0b27635e76e0b3fda1eed94 to your computer and use it in GitHub Desktop.
React Native Vertical and Horizontal Center
This file contains 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
export const styles = StyleSheet.create({ | |
center: { | |
flex: 1, | |
justifyContent: 'center', | |
alignItems: 'center' | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment