Mark Elphinstone

Results 66 comments of Mark Elphinstone

I think I've got this path issue you mention working with this: ```typescript Animated.addWhitelistedNativeProps({d: true}); ```

Does `characteristic.off()` work?

You won’t be able to switch off the event with a new function like that. It has to be a reference to the same handler as that used with `on`.

The readme did say before that Linux was coming up and not quite ready but it now says it supports it. Probably just getting ahead of oneself.

Excellent work though! I will certainly contribute where it’s needed once you’ve put the Linux part in as I’m working on a product that needs exactly what you’ve put into...

While it doesn't specify it in the documentation, if you read the class you'll see that the props are there for `onInit` and `onChange`.

I think the package.json isn't quite right, or the podspec is using the wrong file. I might revisit here and compare the files on the node module, as I'm not...

I'm going to do a fork pretty soon, but assume that it's pretty much a full rewrite with the same functionality :)

Will do :) I'm trying to get it working as it is at the moment with my current build, then I'll send it over. Might have to add in webpack...

I've basically written the library already (within my own system, so I could test it against a real setup) and I've submitted these so we've got a proper plugin for...