We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b55a10 commit 4fc8e65Copy full SHA for 4fc8e65
index.js
@@ -2,8 +2,8 @@
2
* @format
3
*/
4
5
-import {AppRegistry} from 'react-native';
+import { AppRegistry } from 'react-native';
6
import App from './App';
7
-import {name as appName} from './app.json';
+import { name as appName } from './app.json';
8
9
AppRegistry.registerComponent(appName, () => App);
0 commit comments