@siliconjungles/react-native-simple-toggle-button
v1.0.0
Published
Simple Toggle button component for react-native
Downloads
12
Maintainers
Readme
React Native Simple Toggle Button
Adapted from https://github.com/ashishpandey001/react-native-flip-toggle-button
Usage
yarn add react-native-simple-toggle-button
ornpm install react-native-simple-toggle-button --save
<ToggleButtonComponent
value={useQr}
leftText="Left"
rightText="Right"
buttonWidth={250}
buttonHeight={50}
buttonRadius={50}
sliderWidth={125}
onToggle={(newState) => this.setState({ useQr: newState })}
/>