Arkit

Results 8 comments of Arkit

@infothien Currently this is not supported. This should be an easy functionality to add. Based on a new `prop` we can call `renderStepLabels` before or after the `renderStepIndicator` call here:...

> that is true thank you for your feedback @24ark, by the way I could actually achieve it by using some css stuff though Yes we can try `column-reverse` here:...

@anbu369 The step indicator is animated by default. You can try version 0.0.10

@yoedfried @Silvercast What device are you using. I am not able to reproduce this issue.

@ramneekhanda @teddysantya @jan-happy I have released v0.0.11 which includes functionality to render custom labels. I have updated the examples to showcase the functionality

@hamzakhalid-phaedra On pressing `Save` button you can update the `currentPosition ` prop of `StepIndicator` component.

@rahiljain09 You can use the `renderStepIndicator ` prop to render a custom component for each step. One of the examples uses `react-native-vector-icons` to render icons inside each step.