Thank you for writing such a helpful book! I’ve been enjoying learning about Hotwire Native and Rails.
I have a question regarding hiding the tab bar. I’d like to hide the tab bar in specific scenarios, for example:
• When the app launches, there should be no tab bar visible.
• After the user logs in, the tab bar should appear.
How can I implement this functionality? Is there a recommended way to handle such cases using Hotwire Native?
Thank you for your time and guidance!