From f0b50d1a079d110461f1bca5f0ff1acc9f0b09a1 Mon Sep 17 00:00:00 2001 From: Narin Ratana Date: Thu, 9 Nov 2023 14:27:47 -0800 Subject: [PATCH] Add missing react import --- packages/components/src/utils/storybook.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/utils/storybook.tsx b/packages/components/src/utils/storybook.tsx index c02aa17e..95feeefd 100644 --- a/packages/components/src/utils/storybook.tsx +++ b/packages/components/src/utils/storybook.tsx @@ -7,6 +7,7 @@ import { Title, } from '@storybook/addon-docs' import { Linking, Text, View } from 'react-native' +import React from 'react' type DocProps = { name: string