Open
Description
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
?
Metadata
Metadata
Assignees
Labels
No labels