keycard-exit/index.js

11 lines
223 B
JavaScript

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