Added sign in errors and logos.
This commit is contained in:
15
components/styles.js
Normal file
15
components/styles.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { StyleSheet } from "react-native";
|
||||
import { Row } from "native-base";
|
||||
|
||||
export default StyleSheet.create({
|
||||
contentContainer__centered: {
|
||||
justifyContent: "center",
|
||||
flex: 1,
|
||||
},
|
||||
|
||||
evenlySpacedRow: {
|
||||
flexDirection: "row",
|
||||
justifyContent: "space-evenly",
|
||||
alignItems: "center",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user