language-transfer / lt-app

React Native application for Language Transfer
https://www.languagetransfer.org/
Other
291 stars 26 forks source link

Refactor StatusBar and changeNavigationBarColor calls #13

Open SyntaxBlitz opened 4 years ago

SyntaxBlitz commented 4 years ago

These functions get called all over the place, whenever a new screen loads, and it's not DRY.

We can:

schonfeld commented 4 years ago

This one is impl'd in #27 using a useStatusBarStyle hook