/** * Code Koalas boilerplate * https://github.com/CodeKoalas/koality-react-native-template.git * @flow */ import { AppRegistry } from 'react-native'; import App from './containers/App'; AppRegistry.registerComponent('HelloWorld', () => App);