UNPKG

reactant-native

Version:

A mobile application with react-native for Reactant

8 lines (5 loc) 204 B
import { AppRegistry } from 'react-native'; var render = function (app, appName) { AppRegistry.registerComponent(appName, function () { return function () { return app; }; }); }; export { render };