KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
react-native-uistepper
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
react-native-ui-stepper
:
A react-native implementation of the iOS UIStepper
SAStepperControl
:
UIStepper subclass that display's current value between Increment/decrement operators
RPVerticalStepper
:
A simple vertical stepper control for iOS that is similar in function to the UIStepper control
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
react-native-uistepper
?
Download (.md)
# React Native UIStepper <a href="https://jacobdoescode.com/technicalc"><img alt="Part of the TechniCalc Project" src="https://github.com/jacobp100/technicalc-core/blob/master/banner.png" width="200" height="60"></a> 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](https://developer.apple.com/documentation/uikit/uistepper)