Skip to content

Commit

Permalink
Merge pull request #369 from Simek/patch-1
Browse files Browse the repository at this point in the history
[SwipeRow docs] remove duplicate description of `tension` param
  • Loading branch information
jemise111 committed Nov 9, 2019
2 parents 9e35fbb + 9842276 commit dbf5dba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/SwipeRow.md
Expand Up @@ -31,7 +31,6 @@ e.g.
| `swipeToOpenPercent` | What % of the left/right openValue does the user need to swipe past to trigger the row opening. | `number` || `50`
| `swipeToClosePercent` | What % of the left/right openValue does the user need to swipe past to trigger the row closing. | `number` || `50`
| `setScrollEnabled` | Used by the SwipeListView to close rows on scroll events. You shouldn't need to use this prop explicitly. | `func` |
| `tension` | Tension for the open / close animation | `number` |
| `disableLeftSwipe` | Disable ability to swipe the row left | `bool` || `false`
| `disableRightSwipe` | Disable ability to swipe the row right | `bool` || `false`
| `recalculateHiddenLayout` | Enable hidden row onLayout calculations to run always | `bool` || `false`
Expand All @@ -49,4 +48,4 @@ e.g.
| `onForceCloseToRight` | Callback invoked when row is force closing to the Right End | `func` |
| `onForceCloseToLeftEnd` | Callback invoked when row has finished force closing to the Left End | `func` |
| `onForceCloseToRightEnd` | Callback invoked when row has finished force closing to the Right End | `func` |
| `useNativeDriver` | useNativeDriver: `true` for all animations | `bool` | `true` |
| `useNativeDriver` | useNativeDriver: `true` for all animations | `bool` | `true` |

0 comments on commit dbf5dba

Please sign in to comment.