Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ref

How To Access Ref Of A Component Through A Function In React Native?

I've imported a custom component into my screen and rendered it in the render() function. Then,… Read more How To Access Ref Of A Component Through A Function In React Native?

Create Ref Using React.createref Without Using Constructor In React?

Basically, I have used constructor in React for only 3 reasons - 1. To initialize state like - clas… Read more Create Ref Using React.createref Without Using Constructor In React?