Update prettier and reformat code

This commit is contained in:
Nicolas Gallagher
2021-02-08 14:03:10 -08:00
parent 86b8048012
commit a5d6cd51ef
115 changed files with 714 additions and 727 deletions
+4 -6
View File
@@ -17,21 +17,19 @@ export default function Example(props) {
{props.title}
</Text>
</View>
<View style={styles.container}>
{props.children}
</View>
<View style={styles.container}>{props.children}</View>
</View>
);
}
const styles = StyleSheet.create({
root: {
height: '100vh',
height: '100vh'
},
header: {
paddingVertical: '1em',
borderBottomColor: '#ccc',
borderBottomWidth: 1,
borderBottomWidth: 1
},
title: {
fontSize: 18,
@@ -46,7 +44,7 @@ const styles = StyleSheet.create({
left: 0,
top: 0,
width: 40,
alignItems: 'center',
alignItems: 'center'
},
container: {
alignItems: 'center',