Alex
Alex
1) this command only applies to packaging wine 2) the prefix is not compressed at all 3) in the choice of format, we are limited to the [squashfuse](https://github.com/hitman249/wine-launcher/blob/master/bin/squashfuse) utility 4)...
`1.` dwarfs has an executable too large compared to squashfuse (16 MB+ vs 535 KB) `4.` decompression speed is more critical than compression
1) `Tools > Patches > Create a new patch > Save` 2) Find new patch in list. `Operations > Run command Winetricks` 3) I recommend creating a separate patch for...
```tsx public afterMount(): void { setTimeout(this.toggle, 1000); } @bind public toggle(): void { this.setState({visible: !Boolean(this.state.visible)}, () => { setTimeout(this.toggle, 1); }); } public render(): any { if (this.state.visible) { return...
With your interval of 1000 milliseconds, I need to wait 1000 times longer, because in my case the interval is 1 millisecond. 1000 * 30 = 30000 seconds 30000 /...
``` [canvas1][canvas2] [canvas1][canvas2] [canvas1][canvas2] [canvas1][canvas2] ... ``` When scrolling HorizontalList to the right, the canvas jumps into view. When changing the screen, all these canvases are deleted, others are created,...
@cjhines > @hitman249 Could you please share your leak-free implementation? I'm curious what the imperative style looks like An example is in the documentation [Custom Drawing](https://shopify.github.io/react-native-skia/docs/shapes/custom-drawing/)