MHD
MHD
try running the following: `expo start --clear` or you can change your npm start script to following: ```json "scripts": { "start": "expo start --clear", ... }, ``` This will make...
Hey there thanks for this great package any plans to support other `Pseudo-classes` (`last`,`first`,`odd`) ? ```jsx {items.map( item => {item} )} ```
@marklawlor unfortunately my real case is a bit diffrent, I have a `FlatList` component, that I don't control it's styles. so i can't pass any styles to the parent. (although...
> @mohammed-elhaouari in that cases you use styled() api: > > https://www.nativewind.dev/api/styled Thanks @p4bl1t0 I will try this and see if it works properly.
Having a problem with this `NotificationFailed` event not being triggered at all. after some research inside the core code. I found out this event is not being implemented at all....
@themsaid don't you think the `failed` method inside a `Notification` class should have the following signature: ```php public function failed(Throwable $e, Mixed $notifiable, string $channel); ``` instead of ```php public...
maybe the code in #237 can help you with it , it uses chokidar package for watching other folders
Yes @glenjamin it's after i make an HTML change and save the files knowing that the cli console pickup the changes but nothing is updated on the browser view and...
## Working Solution So here is how i managed to solve this problem thanks to @glenjamin and @mcmire on **[#23](https://github.com/glenjamin/webpack-hot-middleware/issues/23)** And here is the demo **[repository](https://github.com/thesimpledesigners/webpack-hot-reload-client)** **FILE STRUCTURE**  this...
this because of problems when trying to use webpack-html-plugin with hot reload as @glenjamin stated The HTML plugin doesn't interact the usual way with the bundle