summaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index a850d03..85f14e6 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5import {AppRegistry} from 'react-native'; 5import {AppRegistry} from 'react-native';
6import App from './App'; 6import App from './src/App.tsx';
7import {name as appName} from './app.json'; 7import {name as appName} from './app.json';
8 8
9AppRegistry.registerComponent(appName, () => App); 9AppRegistry.registerComponent(appName, () => App);