lt-app icon indicating copy to clipboard operation
lt-app copied to clipboard

Refactor StatusBar and changeNavigationBarColor calls

Open SyntaxBlitz opened this issue 4 years ago • 1 comments

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

We can:

  • extract these calls into their own function to keep them DRY
  • OR make this the responsibility of a listener on the navigator

SyntaxBlitz avatar May 28 '20 05:05 SyntaxBlitz

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

schonfeld avatar Jun 17 '20 04:06 schonfeld