UNPKG

mega-pkg

Version:

> This readme is written by the author of this package [amanuel](https://github.com/amanuel15)

13 lines (9 loc) 270 B
/** * @format */ import { AppRegistry } from "react-native"; import React from "react"; import App from "./src/App"; import { appName } from "./manifest.json"; AppRegistry.registerComponent(appName, () => Render); const Render = (props) => <App medaExt={props} />;