Skip to content

Instantly share code, notes, and snippets.

@codewisdom
codewisdom / rn.js
Created May 1, 2019 21:40
React Native Absolute positioning
//This can be done other ways...
centerAll: {
position: "absolute",
top: 0,
left: 0,
right: 0,
bottom: 0,
justifyContent: "center",
alignItems: "center"