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
Hello! I faced this error a pair of times. If I generate a create-expo-stack app with nativewindui and all the components selected, I have this error:
...components/nativewindui/ProgressIndicator.tsx: [Reanimated] Babel plugin exception: Error: [BABEL]: You appear to be using a native ECMAScript module plugin, which is only supported when running Babel asynchronously.
If I delete all the occurrences of ProgressIndicator the error persists pointing the next component. Not sure if is related to bun, because now, if I use npm as a pm and deselecting the components the app runs.
The text was updated successfully, but these errors were encountered:
Hello! I faced this error a pair of times. If I generate a
create-expo-stack
app withnativewindui
and all the components selected, I have this error:If I delete all the occurrences of
ProgressIndicator
the error persists pointing the next component. Not sure if is related tobun
, because now, if I usenpm
as a pm and deselecting the components the app runs.The text was updated successfully, but these errors were encountered: