/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React from 'react' import { AppRegistry, } from 'react-native' import ExampleMain from './ExampleMain' const Example = () => AppRegistry.registerComponent('Example', () => Example)