We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb001ad commit cd44e18Copy full SHA for cd44e18
README.md
@@ -25,7 +25,7 @@ npm install react-native-multi-steps
25
| onMoveNext | No | function | Moving to the next child view |
26
| onMovePrevious | No | function | Moving to the previous child view |
27
| onSubmit | Yes | function | Called on submit only when the function is available as a property |
28
-
+| config | Yes | Object | Config buttons label to your specification eg: rename button |
29
30
```js
31
import MultiSteps from "react-native-multi-steps";
0 commit comments