react-native-numeric-input
react-native-numeric-input copied to clipboard
[BUG] - I'm having an issue with the NumericInput component on a the web browser.
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 reproduce the behavior:
- Create a View containing the NumericInput component.
- Start the project with expo and run it on a web browser.
- See error https://i.stack.imgur.com/qNSxQ.png
Expected behavior I expect to have the NumericInput component as it is displayed on android.
Screenshots or Screen recording https://i.stack.imgur.com/qNSxQ.png
The code of my component is here: https://github.com/omegaspard/cityweather/blob/add-application-settings-for-number-of-cities-to-load/sources/components/home-settings-screen/HomeSettingsScreen.js
Enviorment (please complete the following information):
- Version: 1.9.0
- React Native version: 0.63
- Device: Google Chrome Web Browser 90.0.4430.93 (Official Build) (64-bit)
- Device OS: Ubuntu 20.01
Same here, would be amazing to make it work for web browser as well
Still seeing this issue.