@holper/react-native-holper-storybook 0.6.90 → 0.6.91

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.
@@ -36,8 +36,7 @@ export const customRenderFlashMessageIcon = (
36
36
  return renderFlashMessageIcon(icon, style, customProps);
37
37
  };
38
38
 
39
- const statusBarHeight =
40
- Platform.OS === 'android' ? { statusBarHeight: 10 } : {};
39
+ const statusBarHeight = Platform.OS === 'android' ? { statusBarHeight: 5 } : {};
41
40
 
42
41
  export const sendMessage = ({ variant, message, description }) => {
43
42
  return showMessage({
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "main": "lib/index.js",
3
3
  "name": "@holper/react-native-holper-storybook",
4
4
  "description": "A component library for Holper projects",
5
- "version": "0.6.90",
5
+ "version": "0.6.91",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "lib",