mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-28 19:16:38 +00:00
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);
|