Hide bottom tab bar after a second screen

I want to be able to hide the tab bar after I reach a 2nd screen depth in the app. For example, with DoneWithIt, imagine I want to show the bottom tab bar on the Listings FEED screen, but not once you enter the Listing Detail screen (so only like on the main landing screens of the app).

Ive been trying several combinations of the Tab and Stack navigator of ReactNavigation but nothing seems to work. Is there a way to achieve this?

Thanks you!