diff --git a/example/index.js b/example/index.js index 5c5c0c5..f9eeb9f 100644 --- a/example/index.js +++ b/example/index.js @@ -1,5 +1,5 @@ import { AppRegistry } from 'react-native' -import App from './src/App' +import App from './src/App.tsx' import { name as appName } from './app.json' AppRegistry.registerComponent(appName, () => App)