mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
5 lines
102 B
JavaScript
Executable File
5 lines
102 B
JavaScript
Executable File
import "expo";
|
|
import Expo from "expo";
|
|
import App from "./src/App";
|
|
Expo.registerRootComponent(App);
|