mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
import { registerRootComponent } from 'expo';
|
|
|
|
import { AppWrapper } from './src/main';
|
|
|
|
registerRootComponent(AppWrapper);
|