Skip to content

Instantly share code, notes, and snippets.

@eyalcohen4
Last active December 23, 2017 13:29
Show Gist options
  • Save eyalcohen4/b55d079039edbe4504d6d4bd951ee035 to your computer and use it in GitHub Desktop.
Save eyalcohen4/b55d079039edbe4504d6d4bd951ee035 to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
controlBar: {
position: 'absolute',
bottom: 0,
left: 0,
right: 0,
height: 45,
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: "rgba(0, 0, 0, 0.5)",
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment