Files
omnex-demo-app/omnex-plateform-app/index.ts
T
Xor290 877291e684
Omnex Plateform App - EAS Build / build (push) Failing after 8m4s
chore: v1.0.0
2026-08-04 18:47:47 +02:00

5 lines
100 B
TypeScript

import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);