mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
import { registerRootComponent } from "expo";
|
|
import App from "./App";
|
|
registerRootComponent(App);
|