bsky-app/index.web.js

5 lines
126 B
JavaScript

import 'platform/polyfills'
import {registerRootComponent} from 'expo'
import App from './src/App'
registerRootComponent(App)