UNPKG

lean-react-native

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