Diff of /index.js [000000] .. [299cfa]

Switch to unified view

a b/index.js
1
/**
2
 * @format
3
 */
4
5
import {AppRegistry} from 'react-native';
6
import App from './App';
7
import {name as appName} from './app.json';
8
9
AppRegistry.registerComponent(appName, () => App);