Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-ui is not compatible with jsxRuntime: 'classic' #650

Open
shawnthye-guru opened this issue Nov 13, 2024 · 4 comments
Open

react-native-ui is not compatible with jsxRuntime: 'classic' #650

shawnthye-guru opened this issue Nov 13, 2024 · 4 comments

Comments

@shawnthye-guru
Copy link

shawnthye-guru commented Nov 13, 2024

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:

  1. Create fresh new project with npx create-expo-app --template expo-template-storybook AwesomeStorybook
  2. Modify babel.config.js as follows
    presets: [['babel-preset-expo', {jsxRuntime: 'classic'}]],
  3. Run the storybook on IOS or Android

Expected behavior
What is the correct way to support classic runtime on @storybook/react-native-ui?

Screenshots
Image

@dannyhw
Copy link
Member

dannyhw commented Nov 13, 2024

whats the usecase for using jsxRuntime classic?

@shawnthye-guru
Copy link
Author

shawnthye-guru commented Nov 14, 2024

whats the usecase for using jsxRuntime classic?

Hi @dannyhw , Thanks for the reply.

In short, Fluent UI require Pragma

The simplest/quickest way is to add import React from 'react' on all *.tsx, but I wonder if it is the correct way.

see microsoft/fluentui-react-native#3263

@Saadnajmi
Copy link

(Maintainer of FluentUI React Native here) Would be curious to see if FluentUI React Native can do something differently to not require the classic runtime. This bit of code has always eluded me

@dannyhw
Copy link
Member

dannyhw commented Nov 15, 2024

Maybe jsxImportSource is part of the solution rather than classic mode , just guessing based on that issue title but i dont know this area very well😅.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants