Check out example codes for "how to remove underline from list item in html". It will help you in understanding the concepts better.
Code Example 1
text-decoration: none; /* remove underline in text ; put this style in <a>
container; ie : link's container */
list-style : none; /* remove bullet points from list */
Learn ReactJs, React Native from akashmittal.com