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
It is indispensable to dynamically hide or show a tabbar. For example with onFocus and onBlur. The call to Actions.refresh ({hideTabBar: true}) removes the focus from the TextInput.
The text was updated successfully, but these errors were encountered:
Looks like it is behaviour of react-navigation and it just re-renders whole view with losing focus. Probably you need to check react-navigation tabbar demos and try to reproduce the problem there (and create issue if any)
It is indispensable to dynamically hide or show a tabbar. For example with onFocus and onBlur. The call to Actions.refresh ({hideTabBar: true}) removes the focus from the TextInput.
The text was updated successfully, but these errors were encountered: