Skip to content

Commit cd44e18

Browse files
committed
Updating the readmi with configuration functionality
1 parent bb001ad commit cd44e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install react-native-multi-steps
2525
| onMoveNext | No | function | Moving to the next child view |
2626
| onMovePrevious | No | function | Moving to the previous child view |
2727
| onSubmit | Yes | function | Called on submit only when the function is available as a property |
28-
28+
| config | Yes | Object | Config buttons label to your specification eg: rename button |
2929

3030
```js
3131
import MultiSteps from "react-native-multi-steps";

0 commit comments

Comments
 (0)