Mikael Sand

Results 142 comments of Mikael Sand

It's used in the react-native implementation to get support for touch/gesture events, so quite a few components are implemented based on that api of react-native-svg, and thus a compatibility layer...

@necolas Perhaps I should elaborate, the Touchable mixin has been part of the (Shape) api since v4.1.0 or 9 Jun 2016 https://github.com/react-native-community/react-native-svg/commit/73077157124c84cfa87c00055b96cfb697288d9d#diff-8a2f6ca181e875c2bffa1bebff2800b2 Many of the use cases of this library...

@zoontek You mean the last released version? last commit from develop branch? or from this branch/pr? That would be ideal, but I'm not sure I could sustain the amount of...

There's wip to support pointerEvents properly https://github.com/react-native-community/react-native-svg/issues/1290 Would you mind testing the latest commit from the develop branch?

Can you provide a full repro / https://snack.expo.io/ ?

That's quite a large reproduction, could you make it minimal / as small as possible while still demonstrating the issue? http://sscce.org/

Just to make sure. Have you tried this in a plain react-native project using the latest version of react-native-svg?

@coco98 Thanks for the offer! I'd rather see support for native Postgresql roles and use the built in row level security. Are there any blockers for supporting to set the...

Perhaps this can help? https://twitter.com/wcandillon/status/1244988861635268608 https://www.npmjs.com/package/zoomable-svg

And yeah, you can use matrices with transforms in react-native-svg, and matrix multiplication follows the normal linear algebra, so just compute what ever product of matrices you want, and give...