UNPKG

@hyext/builder-neorn

Version:

neo react-native builder for hyext

7 lines (4 loc) 167 B
import { AppRegistry } from 'react-native' import App from './{{EXT_TYPE}}/App' global.__HYEXT_TYPE = '{{EXT_TYPE}}' AppRegistry.registerComponent('App', () => App)