UNPKG

@reuvenorg/react-native-boilerplate-ultimate

Version:

A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.

9 lines (6 loc) 140 B
/** * @format */ import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('main', () => App);