Skip to content

Commit

Permalink
fix: app import, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuayoes authored Mar 1, 2024
1 parent 1b5de37 commit 08cada0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
2 changes: 1 addition & 1 deletion example/index.web.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { registerRootComponent } from 'expo';
import App from './src/App';

registerRootComponent(App);
registerRootComponent(App);

0 comments on commit 08cada0

Please sign in to comment.