How do you hide <Tabbar /> in React dynamically?
-
The plain JavaScript ons-tabbar can be hidden using a function and an attribute. These function and attribute are not available in react.
How can you hide the tabbar in react?
Use case: Form and keyboard is displayed. The tabbar is on the top of the keyboard.
-
@rjdavid It looks like this is not yet supported in the React bindings. I have added a Github issue to track it. Thanks for reporting it!