Open anchi20 opened 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?
ReactNativeFiberHostComponent
My requirement is to access ref of the rendered label or the whole step if possible.
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.