Phil Rukin

Results 25 comments of Phil Rukin

probably a duplicate of https://github.com/jaywcjlove/hotkeys/issues/108

Sadly, `multi › cluster - acquires, extends, and releases a single lock` failed, but I'm pretty sure it's unrelated to this PR,as it fails on most new PRs

Hey, we also encountered this issue on both `v4` and `v5`. In our case the problem was, that our lock was expired by the time we tried to release. Failing...

Hi @RoWaiR , It's not possible in the current implementation, but it's quite easy to implement - just adding a new prop `prepareData` and placing current implementation of `_prepareData` in...

There is an example now: https://snack.expo.io/@phil/grid-with-sections-example

I may be wrong, as I just briefly looked at the code. but I think the problem is that circle position is determined not by the mouse position, but by...

@krishbhattacharyya Never thought about such use case, i'll try to add this functionality this week. P.S. PRs are always welcome ;)

@krishbhattacharyya Also you can disable loop by setting `autoplay` prop to `false`

@krishbhattacharyya Can you provide a simple example, illustrating your problem?

@krishbhattacharyya I've fixed a bunch of bugs today and added a new [example with Modal](https://github.com/appintheair/react-native-looped-carousel/tree/master/Examples/Modal) Can you check whether it fixes your problems?