Skip to content

Instantly share code, notes, and snippets.

@darylrowland
Created December 21, 2017 13:46
Show Gist options
  • Save darylrowland/c55480d443b437f561bb6021fbb46f62 to your computer and use it in GitHub Desktop.
Save darylrowland/c55480d443b437f561bb6021fbb46f62 to your computer and use it in GitHub Desktop.
Styles
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'transparent',
},
info: {
fontSize: 20,
color: "#ffffff",
textAlign: 'center',
fontWeight: "900",
margin: 10,
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment