index.ts 111 B

123456
  1. import {
  2. registerRootComponent
  3. } from "expo";
  4. import App from "../src/index";
  5. registerRootComponent(App);