Mikael Sand
Mikael Sand
@jerelmiller Oh, seems I misunderstood, it is just that pointing out "The interface alone is not enough to satisfy the feature set" has some implied assumptions around ability / understanding...
@jerelmiller Not sure, but it seems you haven't read my comment where I say this: > E.g. I'm looking to implement TypePolicies quite soon.
No matter how I've tried, I can't seem to come up with anything else that this would affect than the use case I'm advocating for. What you choose to support...
@Debens Thanks for this! What kinds of testing have you done to verify this works correctly?
@SaeedZhiany You have any feedback on this?
@Debens You could try making a PR to https://github.com/msand/react-native-svg-e2e fork and checkout the project, yarn add the commit from your pr, commit and push to a new branch in your...
The ci looks green with the react-native v0.60 setup now at least. Seems this should work out fine.
Oh interesting, I suspect this won't handle cases where at first there's no touchable property, but in a later re-render there is. Wonder what makes it accessible to begin with,...
Hmm, I can't seem to figure out why that return value would depend on using TouchableMixin, can't find anything inside it that should effect it. Guess I'd have to run...
I think that probably wont work well together with gesture responders. Not sure though.