mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
import { registerRootComponent } from "expo";
|
|
import App from "./src/App";
|
|
|
|
registerRootComponent(App);
|