Revision 6607c5c00a1f836094453f240476255f9040d36e authored by Mike Hardy on 23 October 2019, 22:07:48 UTC, committed by Mike Hardy on 23 October 2019, 22:07:48 UTC
1 parent 9646966
Raw File
index.js
/**
 * @format
 */

import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';

AppRegistry.registerComponent(appName, () => App);
back to top