I've only initialized @rn-primitives/alert-dialog": "^1.1.0 in react-native cli project on v0.76.1. I no longer can run my app due to these errors.
(NOBRIDGE) ERROR Warning: TypeError: 0, _$$_REQUIRE(dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined).
(NOBRIDGE) ERROR Uncaught error: [TypeError: 0, $$_REQUIRE(_dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined)] {"componentStack": "
I'm using NativeWind for styling. My project was running fine until I added alert-dialog and I can no longer build it. I've tried downgrading, changing my nativewind version, reconfiguring my babel.config.js, cleaning and rebuilding. Also tried removing my themeContext etc. It's still giving me the same error. I think it'll give the same error for some other components too.
I've only initialized @rn-primitives/alert-dialog": "^1.1.0 in react-native cli project on v0.76.1. I no longer can run my app due to these errors.
(NOBRIDGE) ERROR Warning: TypeError: 0, _$$_REQUIRE(dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined).
(NOBRIDGE) ERROR Uncaught error: [TypeError: 0, $$_REQUIRE(_dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined)] {"componentStack": " I'm using NativeWind for styling. My project was running fine until I added alert-dialog and I can no longer build it. I've tried downgrading, changing my nativewind version, reconfiguring my babel.config.js, cleaning and rebuilding. Also tried removing my themeContext etc. It's still giving me the same error. I think it'll give the same error for some other components too.