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

a stylish numeric input for react native

Results 46 react-native-numeric-input issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The NumericInput component doesn't display properly when I run it on the web browser but it does when I run it on android. **To Reproduce** Steps to...

For my uses of this component I needed to configure the component to set a fixed number of decimal places. This PR would add that behaviour based on the decimal...

I want to dynamically change the value to a default value I made when I click on a button. My code looks like this: ``` const numberDefault = 1; const...

When I attempt to reset the values back to 0 after submitting, the component doesn't rerender ``` const [ozValue, setOzValue] = useState(0); const [minuteValue, setMinuteValue] = useState(0); const clearValues =...

solution to issue: https://github.com/himelbrand/react-native-numeric-input/issues/44#issue-497626339

**Enviorment (please complete the following information):** - Version: [1.3.8] - React Native version: [eg. 0.59.5] - Device: [e.g. iPhone XR] (mention if using emulator) - Device OS: [e.g. iOS12.4.1]

**Describe the bug** When I assign a hook as the value for the spinner and then modify that value elsewhere, the spinner doesn't immediately update. But then when I hit...

Sorry for the hassle of making one pull request to all features, but thought it would make sense. I am currently working on a project and found out that I...

**Describe the bug** for the initValue i want to set to null and after that increment to 0 ,1 2, 3

Related to this [issue](https://github.com/himelbrand/react-native-numeric-input/issues/61)