Files
pezkuwi-mobile-app/frontend/index.ts
T
2025-11-08 08:57:13 +00:00

11 lines
393 B
TypeScript

import 'react-native-get-random-values';
import '@walletconnect/react-native-compat';
import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);