UNPKG

react-native-segment-control

Version:

A React Native swipeable SegmentedControl component for iOS and Android <img src="https://github.com/ainurb/react-native-segment-control/blob/master/example/example1.gif" width="30%" /> <img src="https://github.com/ainurb/react-native-segment-control/blob

5 lines (3 loc) 123 B
import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('example', () => App);