geordasche / react-native-segmented-button

react native scrolled segmented button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)=>{}} />

About

react native scrolled segmented button


Languages

Language:JavaScript 100.0%