Steven Scaffidi
Steven Scaffidi
This is actually the use-case I'm working on. I have a set of draggables and then a vertical sortable list. Is the strategy here to clone the elements you pick...
Are you cloning the item you pick up onDragStart? I'm using the same setup as you (except I don't have a Droppable wrapping my source draggables). My problem is when...
Thanks I got this to work. My mistake was not pay attention and using ids that conflicted.
If you set the statics, defaultProps, and displayName of the returned component from the HOF then you can wrap the components. Let's say I had a HOF that provided me...
The following works and is very simple to implement: ```js import React, { Component } from 'react'; import { ViewPager, Frame, Track, View } from 'react-view-pager'; export default class Slider...
How do I wrap the Gesture view around an image? ``` ``` The above doesn't seem to work...Any ideas? I created a pull request for the above. #13
Change `new RNCameraViewPackage() //
Any updates on this? I'm getting the same issue on an M1 mac. No errors in the verbose logs, but it hangs indefinitely. My co-worker has an intel based mac...
Any updates on react 19 support? I tried the override workaround, but that didn't seem to work Edit: I ended up using rollup aliases to temporarily fix my issue: ```js...
Is there a PR up for this yet? It seems react-transition-group doesn't work with v19 beta.