mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
import { registerRootComponent } from "expo";
|
|
import App from "./src/App";
|
|
|
|
registerRootComponent(App);
|