24ark / react-native-step-indicator

A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.
Apache License 2.0
1.43k stars 312 forks source link

Currently selected animation is broken #97

Closed Relax594 closed 4 years ago

Relax594 commented 4 years ago

"Reset" Animation is broken after updating to v1.0.2. All steps will be shown as currently selected (height and width does not reset, background and bordercolor does somehow) after being selected once.

<StepIndicator
      stepCount={stepCount}
      currentPosition={currentPage}
      onPress={onStepPress}
/>

v1.0.2: grafik

Also the whole Step-Indicator seems to ignore parent containerstyles now as he is misaligned after the update. v.0.x: grafik

cc: @peterpme

Relax594 commented 4 years ago

Fixed in 1.0.3