Skip to content

Commit d5cad3c

Browse files
committed
Version 0.2: StatusBar is no longer part of react-native. It is coming from external library. Prep for React Native 0.60
1 parent 478e85f commit d5cad3c

25 files changed

+9
-4
lines changed

.eslintrc.js

100644100755
File mode changed.

.gitattributes

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.npmignore

100644100755
File mode changed.

.watchmanconfig

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ npm i @freakycoder/react-native-helpers
3030
```
3131
"react": ">= 16.x.x",
3232
"react-native": ">= 0.55.x",
33+
"@react-native-community/status-bar": "^1.x.x"
3334
```
3435

3536
## DeviceInfo Usage

assets/Screenshots/example.png

100644100755
File mode changed.

assets/icon.png

100644100755
File mode changed.

assets/logo.png

100644100755
File mode changed.

0 commit comments

Comments
 (0)