react-native-input-spinner
react-native-input-spinner copied to clipboard
How to control the Value
How we can control the texinput value to do some math calaculation depending on the value not on clicking button.
Hi, just using a state and changing it on value prop
<InputSpinner
value={stateValue}
/>