keycard-exit/index.js
2024-10-03 09:30:18 +02:00

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);