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
Describe the bug
I am getting this warning in console because of invalid prop inputMode of value default supplied to TextInput expect one of ...
Screenshots
Additional context
when I touched to open the keyboard, the warning was shown
So i locally changed SearchBar.tsx from inputMode to keyboardType and the enterKeyHint to returnKeyType but i saw in a previous issue issue 57 from 4 months ago that this change was made.
not sure if it was really this issue, but it is in the same commit
any thoughts?
The text was updated successfully, but these errors were encountered:
Describe the bug
I am getting this warning in console because of invalid prop
inputMode
of valuedefault
supplied toTextInput
expect one of ...Screenshots
Additional context
when I touched to open the keyboard, the warning was shown
So i locally changed SearchBar.tsx from inputMode to keyboardType and the enterKeyHint to returnKeyType but i saw in a previous issue issue 57 from 4 months ago that this change was made.
not sure if it was really this issue, but it is in the same commit
any thoughts?
The text was updated successfully, but these errors were encountered: