mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
import { registerRootComponent } from "expo";
|
|
import App from "./src/App";
|
|
|
|
registerRootComponent(App);
|