UNPKG

react-native-animated-segment-control

Version:

A custom `SegmentControl` component, pretty much similar to native's SegmentControl but with animation

12 lines (8 loc) 216 B
/** * @format */ import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; console.disableYellowBox = true AppRegistry.registerComponent(appName, () => App);