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 (
+