You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great library - I have been trying to only allow certain 'types' of cards to be swiped in one direction and other 'types' in the opposite direction.
Is it possible to update the configuration of the stackConfig based on the "type" of card on the top of the stack?
Currently I'm able to detect the type of card, and then set the stackConfig.allowedDirections array to what I would like it to be. However it doesn't seem to effect behavior of the stack.
Is there a refresh that is needed?
Any direction you could provide would be very much appreciated.
The text was updated successfully, but these errors were encountered:
As far as I know, you cant do this with the library at the moment. For this you will need to configure additional hooks which will either allow or disable the drag depending on the direction and item selected. Allowed driections is used on initialized, changing it after will probably not have any effect.
Great library - I have been trying to only allow certain 'types' of cards to be swiped in one direction and other 'types' in the opposite direction.
Is it possible to update the configuration of the stackConfig based on the "type" of card on the top of the stack?
Currently I'm able to detect the type of card, and then set the stackConfig.allowedDirections array to what I would like it to be. However it doesn't seem to effect behavior of the stack.
Is there a refresh that is needed?
Any direction you could provide would be very much appreciated.
The text was updated successfully, but these errors were encountered: