UNPKG

reactant-native

Version:

A mobile application with react-native for Reactant

10 lines (6 loc) 236 B
'use strict'; var reactNative = require('react-native'); var render = function (app, appName) { reactNative.AppRegistry.registerComponent(appName, function () { return function () { return app; }; }); }; exports.render = render;