conditional rendering
{ url && (
<FbShareButton url={url}>
<img src={FbIcon} alt="fb-icon" />
</FbShareButton>
)}
it works on web and google chrome device but using it in actual device via browser it does not rerender!
FBShareButton Component is not showing up when url arrives, any solutions or approach for this?