mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 865 forks source link

Show device status bar #187

Closed gitsuraj closed 6 years ago

gitsuraj commented 6 years ago

Help us reproduce - tell us about your environment

1.

Steps to reproduce

  1. Run starter kit
  2. Cannot see device status bar with time,battery,notification,etc

Expected result

  1. Should be able to see device status bar

Actual result

  1. [Screenshot, logs] Expected image

Outcome image

mcnamee commented 6 years ago

Hi @gitsuraj You're able to control the display of the statusbar via the React Native StatusBar component.

I'd be happy to accept a PR if you feel the starter kit could be improved.