Closed dmoli closed 5 years ago
Hi @skumblue it is setting of Swing component. Check this section if you want to allowed specific direction then you will setting 'allowedDirections' value in config object.
<Swing
config={{
allowedDirections: [Swing.DIRECTION.LEFT, Swing.DIRECTION.RIGHT]
}}
>
it will be work. Thanks!
@ssanjun my friend, thank you very much!
Hi @ssanjun!
Hey, in your example when I swipe top, the card is keeping in the viewport. It is perfect!
But in the example to download, when I swipe top, the card is thrown out to the viewport...
How can I solve this?
Really, thank you very much!