react-native-animated-segment-control

1.0.9 • Public • Published

React Native Animated Segmented Control 🚀

Animated segment control for react native.

Demo

Installation

npm install --save react-native-animated-segment-control
yarn add react-native-animated-segment-control

Usage

import SegmentContorl from 'react-native-animated-segment-control';
 
render() {
  return (
    <View style={styles.mainContainer}>
      <SegmentControl
        values={['Segment1', 'Segment2', 'Segment3']}
        onChange={(currentIndex) => {}}
        disable={false}
        selectedIndex={1}
      />
    </View>
  )
}

Properties

Prop Type Description
disable Boolean Enable / Disable the entire component. Default is false.
values Array(String) The labels for the control's segment buttons, in order.
onChange function Callback that is called when the user taps a segment.
selectedIndex Number Index of the selected segment.
offsetHeight Number Active Segment's offset height.
style Styles Styles props of segment control.
segmentControlStyle Styles Styles props of segment control.
activeSegmentStyle Styles Styles props of active segment view.
selectedTextStyle Styles Selected Segment's text style.
unSelectedTextStyle Styles Unselected Segment's text style.

License

MIT

Package Sidebar

Install

npm i react-native-animated-segment-control

Weekly Downloads

51

Version

1.0.9

License

MIT

Unpacked Size

207 MB

Total Files

2981

Last publish

Collaborators

  • shrsthakusal