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

only first indicator number rendered #23

Closed readthecodes closed 6 years ago

readthecodes commented 6 years ago

only first indicator number rendered by default,RN version 4.8.3,iOS emulator

indicator_disappear 2x
readthecodes commented 6 years ago

it works by remove the 'removeClippedSubviews' prop in renderStep function

jamesreilly5 commented 6 years ago

This happened to me too, I was able to resolve it by doing what readthecodes mentioned. It's weird though because I remember this working at one stage and I don't think I bumped the version.

24ark commented 6 years ago

@readthecodes @jamesreilly5 I have removed removeClippedSubviews in the latest version(0.0.8). The steps should be rendered as expected in this version.