mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-28 03:12:17 +00:00
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
import { registerRootComponent } from "expo";
|
|
|
|
import App from "./App";
|
|
|
|
registerRootComponent(App);
|