1.0.3 • Published 7 years ago

react-native-segmented-button v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-native-segmented-button

react native scrolled segmented button

##install npm install react-native-segmented-button --save

or

npm install react-native-segmented-button@git@github.com:bestv2/react-native-segmented-button.git --save

##screenshots image

##example <SegmentedButton style={{marginTop:100,}} tinyColor="#ccc" activeTinyColor="#f62323" items={'Segmented1',{text:'Seg2'},{text:'SegmentedButton3'},{text:'Seg Btn4'},{text:'Btn5'},} onSegmentBtnPress={(btn,index)=>{}} />