mirror of
https://github.com/ruvnet/RuView
synced 2026-07-21 17:13:19 +00:00
fbd7d837c7
Expo SDK 51 TypeScript scaffold with all architecture files. Verified: tsc 0 errors, jest passes.
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import { registerRootComponent } from 'expo';
|
|
import App from './App';
|
|
|
|
registerRootComponent(App);
|