I have requirement to call child component method from parent component
in reactjs. I have tried using refs but not able to do it. Can anyone please suggest any solution.
Than
You can pass registerCallback props to your child and call it from componentDidMount and pass reference to your child component method, then you can call it method at anytime