mirror of
https://github.com/status-im/keycard-exit.git
synced 2025-01-21 08:09:36 +00:00
11 lines
223 B
JavaScript
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);
|