From bc8184b1a402af0c3e54edb79b38ed8e09a6798d Mon Sep 17 00:00:00 2001 From: Leon Jiang <35908040+leonyjiang@users.noreply.github.com> Date: Thu, 25 Jun 2020 16:28:00 -0700 Subject: cleanup file structure, add react-navigation & basic routes --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index a850d031..4117260f 100644 --- a/index.js +++ b/index.js @@ -2,8 +2,9 @@ * @format */ +import 'react-native-gesture-handler'; import {AppRegistry} from 'react-native'; -import App from './App'; +import App from './src'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App); -- cgit v1.2.3-70-g09d2