Created
May 1, 2019 21:40
-
-
Save codewisdom/23a0639b5df58d4a13ad73e48d87ea1a to your computer and use it in GitHub Desktop.
React Native Absolute positioning
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
//This can be done other ways... | |
centerAll: { | |
position: "absolute", | |
top: 0, | |
left: 0, | |
right: 0, | |
bottom: 0, | |
justifyContent: "center", | |
alignItems: "center" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment