My application built in react-native needs to support different user modes. When I am on the screen I don't know the user-mode I am in. My customer are complaining about it. Is there any control in ios/android or react-native that I can display on every screen to tell the user-mode currently selected.
The other option I am doing is to show the user mode in the drawer, but that makes the user click the drawer, verify user mode and go back to what he was doing.
Please suggest.