swipeable
Here are 57 public repositories matching this topic...
-
Updated
Jun 10, 2019 - Java
-
Updated
Jul 4, 2017 - Java
why did you skip the onTap callback in version 5? Is there an easy way to create the onTap functionality, when dragging didn't take place?
-
Updated
Aug 21, 2020 - Swift
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Jan 21, 2020 - JavaScript
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 3, 2018 - HTML
-
Updated
Dec 4, 2017 - Swift
-
Updated
Apr 3, 2020 - Dart
-
Updated
Jul 5, 2019 - JavaScript
-
Updated
Oct 21, 2020 - Swift
-
Updated
Oct 16, 2018 - JavaScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
May 5, 2019 - Kotlin
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
May 19, 2018 - Objective-C
-
Updated
Jul 26, 2020 - Swift
-
Updated
Feb 18, 2015 - JavaScript
-
Updated
Jun 8, 2018 - Swift
-
Updated
Dec 19, 2017 - Kotlin
-
Updated
Aug 24, 2017 - Java
-
Updated
Aug 31, 2018 - HTML
-
Updated
Aug 24, 2020 - Swift
Improve this page
Add a description, image, and links to the swipeable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swipeable topic, visit your repo's landing page and select "manage topics."
Expected Behavior
rename
action
props(maybe
actionCallbacks
?)Current Behavior
React.HTMLProps has
action?: string
propwe have
action?: (hooks: SwipeableViewsHooks) => void
prop (which is missing in current type definitions oliviertassinari/react-swipeable-views#545)