mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-14 09:29:46 +08:00
9 lines
220 B
JavaScript
9 lines
220 B
JavaScript
import { AppRegistry } from 'react-native'
|
|
import { useScreens } from 'react-native-screens'
|
|
|
|
import { App } from '@devhub/components/src/components/App'
|
|
|
|
useScreens()
|
|
|
|
AppRegistry.registerComponent('devhub', () => App)
|