react-native-input-spinner icon indicating copy to clipboard operation
react-native-input-spinner copied to clipboard

How to control the Value

Open Oaufi opened this issue 3 years ago • 1 comments

How we can control the texinput value to do some math calaculation depending on the value not on clicking button.

Oaufi avatar Aug 12 '22 14:08 Oaufi

Hi, just using a state and changing it on value prop

<InputSpinner
	value={stateValue}
/>

marcocesarato avatar Aug 13 '22 00:08 marcocesarato