UNPKG

reactant-native

Version:

A mobile application with react-native for Reactant

8 lines (5 loc) 183 B
import { AppRegistry } from 'react-native'; const render = (app: JSX.Element, appName: string) => { AppRegistry.registerComponent(appName, () => () => app); }; export { render };