Korbs/Penpot-App
Archived
1
Fork 0
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-App/index.js
2023-06-07 20:26:26 -04:00

3 lines
99 B
JavaScript
Executable file

import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);