Skip to content

Instantly share code, notes, and snippets.

@janicduplessis
Created May 4, 2016 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janicduplessis/68663acb0228547f78706101c8d8a804 to your computer and use it in GitHub Desktop.
Save janicduplessis/68663acb0228547f78706101c8d8a804 to your computer and use it in GitHub Desktop.
...
header: {
position: 'absolute',
top: 0,
left: 0,
right: 0,
backgroundColor: '#03A9F4',
overflow: 'hidden',
},
bar: {
marginTop: 28,
height: 32,
alignItems: 'center',
justifyContent: 'center',
},
title: {
backgroundColor: 'transparent',
color: 'white',
fontSize: 18,
},
scrollViewContent: {
marginTop: HEADER_MAX_HEIGHT,
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment