Skip to content

Instantly share code, notes, and snippets.

@saugatmaharjan
Last active March 19, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saugatmaharjan/34ce8a24011ef4cfc9bb73dcc6138018 to your computer and use it in GitHub Desktop.
Save saugatmaharjan/34ce8a24011ef4cfc9bb73dcc6138018 to your computer and use it in GitHub Desktop.
import React from 'react';
import { StyleSheet, View, Text } from 'react-native';
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: "center",
alignItems: "center",
backgroundColor: "#F5FCFF"
},
welcome: {
fontFamily: "limeLight",
fontSize: 20,
textAlign: "center",
color: "#333333",
marginBottom: 5
},
discription: {
fontFamily: "limeLight",
fontSize: 20,
textAlign: "center",
color: "#333333",
marginBottom: 5
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment