Skip to content

Instantly share code, notes, and snippets.

@NxSxD
Created June 21, 2019 17:21
Show Gist options
  • Save NxSxD/37fbc56a1d3e9ae6eb01e175db3980b6 to your computer and use it in GitHub Desktop.
Save NxSxD/37fbc56a1d3e9ae6eb01e175db3980b6 to your computer and use it in GitHub Desktop.
const Header = styled.View`
color: #444;
align-items: center;
${Platform.select({
android: css``,
ios: css`
padding-top: 55px;
padding-bottom: 55px;
`,
})}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment