Files
Assemblr/AppEntry.ts

4 lines
97 B
TypeScript

import { registerRootComponent } from 'expo';
import App from "App";
registerRootComponent(App);