marcocesarato / react-native-input-spinner

An extensible input number spinner component for react-native highly customizable. This component enhance a text input for entering numeric values, with increase and decrease buttons.
https://marcocesarato.github.io/react-native-input-spinner/
GNU General Public License v3.0
414 stars 34 forks source link

Export InputSpinner via forwardRef #86

Closed arstropica closed 1 year ago

arstropica commented 1 year ago

This addresses the error: Function components cannot be given refs. that arises from using a ref with InputSpinner.

https://github.com/marcocesarato/react-native-input-spinner/issues/85