@jacobp100/react-native-uistepper
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

React Native UIStepper

Native bindings to iOS's UIStepper

npm install -S @jacobp100/react-native-uistepper

Or

yarn add @jacobp100/react-native-uistepper

Props:-

  • value (number)
  • isContinuous (boolean)
  • autorepeat (boolean)
  • wraps (boolean)
  • minimumValue (number)
  • maximumValue (number)
  • stepValue (number)
  • onChange ((e: ChangeEvent) => void)
  • onValueChange ((value: number) => void)
  • disabled (boolean)

These props map directly to those as defined in Apple's documentation

Package Sidebar

Install

npm i @jacobp100/react-native-uistepper

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

29.2 kB

Total Files

22

Last publish

Collaborators

  • jacobp100