UNPKG

react-native-template-agile-rn

Version:

<h3 align="center"> <b>Agile RN</b> is a <b>React Native ⚛ template</b> that was created to <i>speed up project start-up</i> as well as make <i>app development easier</i>. <h3>

6 lines (4 loc) 167 B
import { AppRegistry } from 'react-native'; import App from './src'; import { name as appName } from './app.json'; AppRegistry.registerComponent(appName, () => App);