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.