Skip to content

Instantly share code, notes, and snippets.

@biyootiful
Created October 30, 2017 22:02
Show Gist options
  • Save biyootiful/91456b59a6db51a5b832756c4ea7ecf7 to your computer and use it in GitHub Desktop.
Save biyootiful/91456b59a6db51a5b832756c4ea7ecf7 to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: "black",
justifyContent: "center",
alignItems: "center"
},
text: {
color: "white",
fontSize: 25,
textAlign:"center",
marginTop:100
},
textMain: {
color: "white",
fontSize: 25,
textAlign:"center",
position:"absolute",
bottom:200
},
witchBackground: {
backgroundColor: "#ccc",
flex: 1,
position: "absolute",
width: "100%",
height: "100%",
justifyContent: "center"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment