2021-03-17 12:39:46 +01:00

11 lines
224 B
JavaScript

/**
* @format
*/
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
import 'react-native-get-random-values';
AppRegistry.registerComponent(appName, () => App);