maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Set StatusBar color for each screen #39

Closed maxmagee closed 6 years ago

maxmagee commented 6 years ago

It turns out that when you use the StatusBar.setBarStyle(...), it's applying that style to each screen, which isn't that surprising, but it's now become a problem. I hadn't run across an issue with it yet merely by luck.

Most likely, what we'll want to do here is:

componentDidMount() { StatusBar.setBarStyle(...); }