Thomas Lackemann

Results 12 comments of Thomas Lackemann

@aksonov Sure! I'll try the best I can, I have been outside of RN work for quite some time now but I can try to point you in the right...

@aaggarwa88 Sorry, no progress as this isn't a project that pays the bills for me. You're welcome to read my blog post on how this works and submit a PR....

At the moment no. I don't have plans to integrate this either but am open to taking a pull request. Edit: With that said, I'd be happy to help craft...

@neo125874 I would be open to accepting/reviewing a PR but my time has not allowed me to work on this in some time

@neo125874 Certainly! I know Android has "cube transition" built in although it's been awhile since I've touched any React Native code unfortunately so I couldn't tell you exactly how it...

Perhaps the install instructions weren't completely clear for development. The `dist/` folder only exists after you run `npm run build` or `./bin/install` - This is because I wrote the node...

Do you happen to have a minimal example to recreate this unexpected behavior? I just pushed a test case to the main branch to confirm the expected behavior but unfortunately...

I'll do some more digging around this. Do you know which browser specifically was causing this issue? Are you using any specific libraries for drag and drop? I would imagine...

Thank you for the follow up. I wasn't able to produce [in tests](https://github.com/dddice/react-keybind/commit/e6979b099092fde0f4932ee6bb7650be2f1f1993); however, I haven't had a chance to create a minimal working example of the problem in an...

Thanks for filing an issue. Taking a quick look at the sample app attached, there's an issue that could possibly be related. `handleShortcut` should be a `useCallback` and passed as...