0.0.2 ā€¢ Published 7 years ago

react-native-rnmk-switch v0.0.2

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

react-native-rnmk-switch

The package is an almost full copy of the Switch component from react-native-material-kit.

Usage

  1. Install:

    yarn add react-native-rnmk-switch
  2. Import and use:

    import Switch from 'react-native-rnmk-switch'
    
    <Switch
      trackLength={ 34 }
      trackSize={ 14 }
      thumbRadius={ 10 }
    />

šŸ‘‰ props reference and example code

Switch