Benoît Jeaurond
Benoît Jeaurond
## Describe the feature To have built-in GitHub action support. The script could ask the user if they want to use CircleCI or GitHub Actions. ## Motivation Since GitHub Actions...
Remove `@luncheon/simplify-svg-path` dependency since it may not be needed with #4 (or won't be compatible with #4)
## Changes * Created `@benjeau/react-native-draw-core` utilities package for both renderers * Moved `@benjeau/react-native-draw` to `@benjeau/react-native-draw-svg` * Created `@benjeau/react-native-draw-skia` * Renamed packages folder (removed `react-native-draw-` prefix) * Added `addPaths()` and `setPaths()`...
### Is your feature request related to a problem? _No response_ ### Desired solution (feature) Add [`WebView`](https://github.com/react-native-webview/react-native-webview) as a possible `Canvas` implementation, this should be better than drawing SVGs for...
### Is your feature request related to a problem? _No response_ ### Desired solution (feature) Should have all the necessary ref methods to properly control the canvas ### Alternatives considered...
This is not currently a problem, but with https://github.com/BenJeau/react-native-draw/issues/46, if this is not implemented, it will become a problem since the keys for SVG paths is simply the index, and...
https://shopify.github.io/react-native-skia/ is extremely cool and brings infinitely smoother drawing capabilities (after trying out their small demo). Once #21 is done, we could support both an `SVG` and a `Skia` renderer,...
It would be nice to have a layer system built into the `Canvas` which would allow the following examples to work: * Have a "highlighter" on top on every other...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...
**Is your feature request related to a problem? Please describe.** Since v5 is aiming at implementing material design 3, it would be cool if the theme would follow the system's...