react-native-bpk-component-switch
Backpack React Native switch component.
Installation
npm install react-native-bpk-component-switch --save-dev
Usage
;;;; const styles = StyleSheet; { return <View style=stylescontainer> <BpkSwitch /> <BpkSwitch value /> </View > ; }
Props
Property | PropType | Required | Default Value |
---|---|---|---|
value | bool | false | false |
theme | See Theme Props below | false | null |
Theme Props
switchPrimaryColor