diff --git a/template/App.js b/template/App.js index ebf0a678c96978..dd19a99df0e52c 100644 --- a/template/App.js +++ b/template/App.js @@ -7,7 +7,14 @@ */ import React, {Fragment} from 'react'; -import {StyleSheet, ScrollView, View, Text, StatusBar} from 'react-native'; +import { + SafeAreaView, + StyleSheet, + ScrollView, + View, + Text, + StatusBar, +} from 'react-native'; import { Header, @@ -21,39 +28,42 @@ const App = () => { return ( - -
- - - Step One - - Edit App.js to change this - screen and then come back to see your edits. - - - - See Your Changes - - - - - - Debug - - - - - - Learn More - - Read the docs on what to do once seen how to work in React Native. - + + +
+ + + Step One + + Edit App.js to change this + screen and then come back to see your edits. + + + + See Your Changes + + + + + + Debug + + + + + + Learn More + + Read the docs on what to do once seen how to work in React + Native. + + + - - - + + ); };