wol

Results 48 comments of 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? ![image](https://user-images.githubusercontent.com/6948919/218969155-e60b4003-f45b-4b49-9b1c-a283968d7ad2.png)

Found the reason. I am using `babel-plugin-module-resolver` and if I import my button component with standard way it fails. ![image](https://user-images.githubusercontent.com/6948919/219336999-4f3e7afd-9415-4125-bf49-e51636933bde.png) 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...