🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@jacobp100/react-native-uistepper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jacobp100/react-native-uistepper

test

0.1.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 13 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts