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.
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.
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.