roninoss / nativewindui

Carefully crafted components that strive for a native look & feel. The perfect starting point for those that need to ship fast, and look good while doing it.
https://nativewindui.com
325 stars 6 forks source link

Babel error with nativewindui #13

Open subirats345 opened 3 months ago

subirats345 commented 3 months ago

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.

danstepanov commented 2 months ago

Hey! Can you please try this again and see if the issue is fixed?