From b5758e631c02ae9c443caedd79532c08d4176290 Mon Sep 17 00:00:00 2001 From: isaac-tcs <87542877+isaac-tcs@users.noreply.github.com> Date: Wed, 9 Feb 2022 15:10:04 -0800 Subject: [PATCH] line fix on actions.md --- docs/actions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/actions.md b/docs/actions.md index e1728bd..f354348 100644 --- a/docs/actions.md +++ b/docs/actions.md @@ -8,9 +8,9 @@ With actions both visible and hidden component can react when you swipe a row fo To configure actions you can use props below: - `leftActivationValue` - TranslateX value for firing `onLeftActionStatusChange` (positive number) -- `rightActivationValue` - TranslateX value for firing - `onRightActionStatusChange` (negative number) +- `rightActivationValue` - TranslateX value for firing `onRightActionStatusChange` (negative number) - `leftActionValue` - TranslateX value for left action to which the row will be shifted after gesture release -`rightActionValue` - TranslateX value for right action to which the row will be shifted after gesture release +- `rightActionValue` - TranslateX value for right action to which the row will be shifted after gesture release - `initialLeftActionState` - initial value for left action state (default is false) - `initialRightActionState` - initial value for right action state (default is false) @@ -27,4 +27,4 @@ Also there is an additional props will be passed to Visible and Hidden row compo - `leftActionState` - boolean value of left action state - `rightActionState` - boolean value of right action state -See the [actions example](https://github.com/jemise111/react-native-swipe-list-view/blob/master/SwipeListExample/examples/actions.js) for reference. \ No newline at end of file +See the [actions example](https://github.com/jemise111/react-native-swipe-list-view/blob/master/SwipeListExample/examples/actions.js) for reference.