If you need to add more pages to be publicly available without login in the mobile apps then you can add such list of such pages here:
Studio > Nexus > Settings > Comma separated list of pages URIs, which are available for guests.
If you need homepage to NOT show login by default, then you need to uncheck this checkbox as well:
Studio > Nexus > Settings > Display custom homepage with login form only
These bars are part of react-native, so you need to customize it in mobile apps source code App.js file.Change this code:
renderToolbar () {
return (
to
renderToolbar () {
return (
#mobileapps #android #ios #style #color
Credit to : Alex T