amsul

Results 27 comments of amsul

@nemr I'm having the same issue. Were you able to figure a way around?

@pushpendraKh I just switched to https://github.com/MacKentoch/react-native-beacons-manager/ which is based off of this project.

@markerikson true! I'd love a PR 🙂

Hey @devdoomari. Redux is an optional dependency - this can definitely be used without it :) I haven't had the opportunity to work with mobx but you can use the...

@hamid07ss if you want to hide the text, it would make more sense to remove it from the rendering, right?

I use Android myself and really found the new interface pretty cool. I’m currently working on a [rewrite of the core picker](https://github.com/amsul/pick.js) that I hope would allow us to customize...

@callaginn thanks for bringing up these issues. (1) v5 will definitely need some polyfills for lower-end browsers. We should add those to the docs. (2) This has been resolved in...

@DanielRuf yeah those transpiled expressions seem like they'd have a significant impact on perf. Wouldn't the regexp in https://github.com/amsul/pickadate.js/pull/821 be sufficient?

Agh, that’s annoying. As a temporary workaround, you can just stub it before including the translations files: ``` js $.fn.pickatime = { defaults: {} } ```

I would consider that out of scope for v5. But it sounds like a scenario where the extensibility in v5 would allow making a plugin as such.