2017-05-15 11:56:02 +02:00

5 lines
102 B
JavaScript
Executable File

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