diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,7 +3,7 @@ | |||
| 3 | */ | 3 | */ |
| 4 | 4 | ||
| 5 | import {AppRegistry} from 'react-native'; | 5 | import {AppRegistry} from 'react-native'; |
| 6 | import App from './App'; | 6 | import App from './src/App.tsx'; |
| 7 | import {name as appName} from './app.json'; | 7 | import {name as appName} from './app.json'; |
| 8 | 8 | ||
| 9 | AppRegistry.registerComponent(appName, () => App); | 9 | AppRegistry.registerComponent(appName, () => App); |
