diff --git a/template/App.tsx b/template/App.tsx index 125fe1b..0c768af 100644 --- a/template/App.tsx +++ b/template/App.tsx @@ -8,7 +8,6 @@ import React from 'react'; import type {PropsWithChildren} from 'react'; import { - SafeAreaView, ScrollView, StatusBar, StyleSheet, @@ -63,7 +62,7 @@ function App(): React.JSX.Element { }; return ( - + - + ); }