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