2018-02-24 20:52:06 +01:00

5 lines
102 B
JavaScript
Executable File

import "expo";
import Expo from "expo";
import App from "./src/App";
Expo.registerRootComponent(App);