wol
wol
Please make some dummy tests, I did time.sleep, prior every operation. This was the only workaround that really worked.
My `tailwind.config.js` looks like this. `./src/**/*.{js,jsx,ts,tsx}` is not enough to cover every component? 
Found the reason. I am using `babel-plugin-module-resolver` and if I import my button component with standard way it fails.  So instead I have to import components as described in...
@marklawlor should I close this issue?
@antoniel thanks. Would be great if you can do it :)
I'm facing exact same issue after upgrading from React Native 0.76.x to 0.78. Before this, I encountered the error `More than one plugin attempted to override parsing`, caused by `babel-plugin-syntax-hermes-parser`,...
@jayantamadhav I already use @react-native/babel-preset. I've tried clearing caches, verifying versions, and other common fixes, but no luck so far.
@blolo Yes, I resolved it. In my case (strangely enough), I had a Babel config imported into babel.config.json from a third-party lib we developed. For some reason, the paths weren’t...