Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const styles = StyleSheet.create({
  2.   container: {
  3.     flex: 1,
  4.     marginTop: 30,
  5.     alignItems: 'center',
  6.     backgroundColor: '#F5FCFF',
  7.   },
  8.   contentText: {
  9.     fontSize: 20,
  10.     color: '#333333',
  11.   },
  12.   row: {
  13.     flexDirection: 'row',
  14.     alignSelf: 'stretch',
  15.     justifyContent: 'space-between',
  16.     marginLeft: 60,
  17.     marginRight: 60,
  18.   },
  19.   titleText: {
  20.     fontSize: 24,
  21.     alignSelf: 'center',
  22.     color: '#333333',
  23.   },
  24.   welcome: {
  25.     fontSize: 20,
  26.     textAlign: 'center',
  27.     margin: 10,
  28.   },
  29. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement