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

Steps indicator dissapears #85

Closed victoriris closed 4 years ago

victoriris commented 4 years ago

After updating react native to the latest version some components started to hide in the Android version of my app, including this one. "react": "16.9.0", "react-native": "0.61.1", "react-native-step-indicator": "0.0.11" I've been hunting this issue for weeks but without luck so far. There are no errors being thrown. Basically, the step indicator shows up fine the first time the screen is rendered, after that it loses visual elements. My guess is that it could be related to the issue of "componentWillReceiveProps" warning being thrown.

venkat77777 commented 4 years ago

I'm also facing the same issue,for me it's happening only on OnePlus devices. Only lines are disappearing on re-rendering, circles are rendering fine. Please check the below screenshot

Screenshot_20200406-113357 Any solution for this?