react-native-rnmk-switch
v0.0.2
Published
Standalone RNMK Switch component
Readme
react-native-rnmk-switch
The package is an almost full copy of the Switch component from react-native-material-kit.
Usage
- Install:
yarn add react-native-rnmk-switch- Import and use:
import Switch from 'react-native-rnmk-switch'
<Switch
trackLength={ 34 }
trackSize={ 14 }
thumbRadius={ 10 }
/>👉 props reference and example code

