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
The problem
React 17 changed valid DOM property dev warning logic. react-dom.development.js?61bb:67 Warning: Invalid DOM property enterkeyhint. Did you mean enterKeyHint?
Expected behavior
Change this line supportedProps.enterkeyhint = returnKeyType; in TextInput. However, it would break React < 17 so I am not really sure how it should be fixed.
brunolemos, fallmo, auwtch, JViktoRArtola and Spodera