From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- App.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 App.js (limited to 'App.js') diff --git a/App.js b/App.js deleted file mode 100644 index 2c22178..0000000 --- a/App.js +++ /dev/null @@ -1,6 +0,0 @@ -// This is the first file that ReactNative will run when it starts up. -import App from './app/app.tsx' -import { registerRootComponent } from 'expo' - -registerRootComponent(App) -export default App -- cgit v1.2.3