Reza
Reza
> Hey @Ricqrdo this happens because once you have a state change in your current component, React redraws your current component. > > In your example, `App.js` it's your component...
Hi, @lwouis @ggedde @iheshun I looked into the codebase, and I assume it has something to do with [this function]( https://github.com/lwouis/alt-tab-macos/blob/f5fc5ba8131fb65a2e54cf5c1795626b5118c1c4/src/logic/Windows.swift#L10 ) called `reorderList` ```swift static func reorderList() { list.sort...
> @fxha Thanks for the guidance, I'll take a look. how is it going ?
Any update on this ? I want to add some Iphone Skin..
Hi @stipsan , we have a good news from `React Spring` side. [Finally the version 9 is merged](https://github.com/pmndrs/react-spring/pull/1330)
> Brilliant 🎉 Btw, @otox-rz and @ejabu, what's up with the 🍔 themed avatars? 😂 lol, I had to create another account to conform my office rules, using Work email...
@rangav how can you do it ? did vscode provide you new API to interact with ?
> > I gitclean'd my workspace: > > ```shell > > git clean -fxd > > yarn install > > cd ios > > pod install > > ``` >...
Hi, seems I found the solution by using Inkscape, the fill properties is written inside the style="" ``` ``` it is working if I put the fill outside style properties...
I just tried on version 3.0.4. It works well.