From efe65e70d7f8a4f30e4c780c5fdb56f3c81f377e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 7 Jun 2022 18:56:31 -0500 Subject: Add basic react-navigator usage --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index a850d031d..69303b34d 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ */ import {AppRegistry} from 'react-native'; -import App from './App'; +import App from './src/App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App); -- cgit 1.4.1