Is there a way of removing the top navigation bar for specific screens only? I am using react-navigation.
I already tried the following:
header: { visible: false }
but it only hides the navbar. The space of the navbar is still cannot be used.
Thanks in advance!