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

Ref for step label, in renderLabel. [in v1.0.3] #98

Open anchi20 opened 4 years ago

anchi20 commented 4 years ago

I am using renderLabel, inside of which I have a callback ref on text.

Instead of ref, ReactNativeFiberHostComponent is being returned. Am I doing something wrong?

My requirement is to access ref of the rendered label or the whole step if possible.