Describe the bug
I am using @fluentui/react-native, but unable to use jsxRuntime: 'classic' due to @storybook/react-native-ui/src/util/status.tsx and other file without importing React
Blank expo template will work as expected with step no.2 below
To Reproduce
Steps to reproduce the behavior:
- Create fresh new project with
npx create-expo-app --template expo-template-storybook AwesomeStorybook
- Modify babel.config.js as follows
presets: [['babel-preset-expo', {jsxRuntime: 'classic'}]],
- Run the storybook on IOS or Android
Expected behavior
What is the correct way to support classic runtime on @storybook/react-native-ui?
Screenshots

Describe the bug
I am using
@fluentui/react-native, but unable to usejsxRuntime: 'classic'due to@storybook/react-native-ui/src/util/status.tsxand other file without importingReactBlank expo template will work as expected with step no.2 below
To Reproduce
Steps to reproduce the behavior:
npx create-expo-app --template expo-template-storybook AwesomeStorybookpresets: [['babel-preset-expo', {jsxRuntime: 'classic'}]],Expected behavior
What is the correct way to support
classicruntime on@storybook/react-native-ui?Screenshots
