UNPKG

@react-native-diy/tabview

Version:
10 lines (7 loc) 198 B
/** * @format */ import {AppRegistry} from './node_modules/react-native'; import App from './App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App);