diff --git a/App.js b/App.js index 278424a..f0cb817 100644 --- a/App.js +++ b/App.js @@ -46,7 +46,9 @@ const Section = ({children, title}): Node => { style={[ styles.sectionDescription, { - color: isDarkMode ? Colors.light : Colors.dark, + color: isDarkMode ? + Colors.light + : Colors.dark, }, ]}> {children} @@ -64,27 +66,38 @@ const App: () => Node = () => { return ( - +
-
- Edit App.js to change this - screen and then come back to see your edits. +
+ Edit + App.js to change this + screen and then + come back to see your edits.
-
+
-
+
-
- Read the docs to discover what to do next: +
+ Read the docs + to discover what to do next: