UNPKG

react-native-template-re-base-test

Version:

react-native template to target multiple platforms

11 lines (6 loc) 200 B
/** * Generic entry point for Android, iOS and Windows platforms */ import {AppRegistry} from 'react-native'; import App from './src/App' AppRegistry.registerComponent('helloworld', () => App);