Check out example codes for "how to make an a tag not clickable". It will help you in understanding the concepts better.
Code Example 1
<a href="page.html" onclick="return false">page link</a>
Learn ReactJs, React Native from akashmittal.com
Check out example codes for "how to make an a tag not clickable". It will help you in understanding the concepts better.
Code Example 1
<a href="page.html" onclick="return false">page link</a>
Learn ReactJs, React Native from akashmittal.com