Files
react-native-segmented-cont…/Example/index.ios.js
2018-10-19 07:34:19 +02:00

17 lines
298 B
JavaScript

/**
* 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 = () => <ExampleMain />
AppRegistry.registerComponent('Example', () => Example)