@hoddy-ui/core 1.0.78 → 1.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoddy-ui/core",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Core rich react native components written in typescript",
5
5
  "main": "index.ts",
6
6
  "repository": {
@@ -86,6 +86,7 @@ export const Popup: React.FC<PopupProps> = ({
86
86
  <Modal
87
87
  transparent
88
88
  animationType="fade"
89
+ statusBarTranslucent
89
90
  visible={show}
90
91
  onRequestClose={closeAction}
91
92
  >
@@ -94,6 +95,7 @@ export const Popup: React.FC<PopupProps> = ({
94
95
  <Modal
95
96
  transparent
96
97
  animationType="slide"
98
+ statusBarTranslucent
97
99
  visible={showSecondary}
98
100
  onRequestClose={closeAction}
99
101
  >