From 6a8083e261f0b9979cbe8147a1e10ad556d2ac1b Mon Sep 17 00:00:00 2001 From: Sanchitv3 Date: Thu, 16 Jan 2025 15:59:30 +0530 Subject: [PATCH] chore: added statusbar hidden in examples --- .../src/components/ImageViewer/index.nw.stories.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example/storybook-nativewind/src/components/ImageViewer/index.nw.stories.mdx b/example/storybook-nativewind/src/components/ImageViewer/index.nw.stories.mdx index fd82d3e5b..2c6a115ec 100644 --- a/example/storybook-nativewind/src/components/ImageViewer/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/components/ImageViewer/index.nw.stories.mdx @@ -30,6 +30,7 @@ import { } from 'react-native'; import { transformedCode } from '../../utils'; import { useState } from 'react'; +import { StatusBar } from 'expo-status-bar'; import { CodePreview, @@ -60,6 +61,7 @@ This is an illustration of **ImageViewer** component. const Images = [{ id: 1, url: 'https://img.freepik.com/free-photo/young-boy-learning-how-ride-horse_23-2150460636.jpg' }]; return (
+