Created
October 30, 2017 22:02
-
-
Save biyootiful/91456b59a6db51a5b832756c4ea7ecf7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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