You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I encounter react/jsx-runtime not found error when using the React version that doesn't support react/jsx-runtime. Is it possible to fix the issue by changing the compilerOptions.jsx from react-jsx to react/react-native?
Describe the bug
I encounter
react/jsx-runtime
not found error when using the React version that doesn't supportreact/jsx-runtime
. Is it possible to fix the issue by changing thecompilerOptions.jsx
fromreact-jsx
toreact
/react-native
?To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/lee1409/storybook-low-react
npm install
expo start --ios
Expected behavior
No error and bundle successful
Screenshots
The text was updated successfully, but these errors were encountered: