I used the Galio framework to start building an App and it creates a drawer with the following function imported by App.js:
const GalioApp = createDrawerNavigator(screens, options);
I want to for example be able to load the language the user is using from the memory and change the drawerLabels accordingly. Like options is in a constant object then how to I get the language from async storage and render it accordingly.