You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got an error while running on ios React Native (Expo)
ERROR Invariant Violation: View config getter callback for component `input` must be a function (received `undefined`). Make sure to start component names with a capital letter.
This error is located at:
in input (created by NumberFormatBase)
in NumberFormatBase (created by PatternFormat)
in PatternFormat (created by PickUpForm)
I faced the same issue on mobile application, and I think it's because displayText="input" tries to render an <input /> element and React Native of course doesn't support this. So I fixed by changing displayText="text" and passed to the react-number-format component a renderText prop to handle an input component to change the value, like this:
Thank you for responce, but i cant manage to make it work like you show, it did not throw an error but did not accept any input and not showing place holder
Got an error while running on ios React Native (Expo)
after trying to use like that
run into this issue only on ios
Chrome web version works fine
The text was updated successfully, but these errors were encountered: