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

NextJS #73

Open dougketc opened 1 year ago

dougketc commented 1 year ago

Hi

Should this work w/ NextJS (latest)?

Module parse failed: Unexpected token (9:8) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | const skinProps = getSkin(props.skin, props); | const finalProps = {...props, ...skinProps};

  return <InputSpinner {...finalProps} />;
};
Instrumedley commented 7 months ago

getting the same issue