We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93984 commit d80f10dCopy full SHA for d80f10d
index.js
@@ -1,7 +1,7 @@
1
/** @format */
2
3
-import {AppRegistry} from 'react-native';
+import { AppRegistry } from 'react-native';
4
import App from './App';
5
-import {name as appName} from './app.json';
+import { name as appName } from './app.json';
6
7
AppRegistry.registerComponent(appName, () => App);
0 commit comments