d3ro-voice/apps/mobile-rn/index.js
2026-08-29 18:33:45 +09:00

12 lines
300 B
JavaScript

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