From fe1c75bfbecae527386c059e5e111595de0d4d40 Mon Sep 17 00:00:00 2001 From: Katharine Padilha Date: Mon, 21 Mar 2022 08:19:02 -0300 Subject: [PATCH 1/3] Update App.tsx --- App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index 2a7701e..33ea0ca 100644 --- a/App.tsx +++ b/App.tsx @@ -5,13 +5,13 @@ */ import React from 'react'; -import {StatusBar} from 'react-native'; +import { StatusBar } from 'react-native'; // import {enableScreens} from 'react-native-screens'; import Router from './app/router'; // enableScreens(); - +//test const App: React.FC = () => { return ( <> From 8a4c2fde55513efccdc613edb38e1d4bc01ac2ea Mon Sep 17 00:00:00 2001 From: Katharine Padilha Date: Mon, 21 Mar 2022 08:20:23 -0300 Subject: [PATCH 2/3] Update App.tsx --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 33ea0ca..1506d82 100644 --- a/App.tsx +++ b/App.tsx @@ -11,7 +11,7 @@ import { StatusBar } from 'react-native'; import Router from './app/router'; // enableScreens(); -//test +//test 1 const App: React.FC = () => { return ( <> From fc62b05e24380c2ba6e82fcb98173a7866e6eb95 Mon Sep 17 00:00:00 2001 From: Katharine Padilha Date: Mon, 21 Mar 2022 08:21:34 -0300 Subject: [PATCH 3/3] Update App.tsx --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 1506d82..33ea0ca 100644 --- a/App.tsx +++ b/App.tsx @@ -11,7 +11,7 @@ import { StatusBar } from 'react-native'; import Router from './app/router'; // enableScreens(); -//test 1 +//test const App: React.FC = () => { return ( <>