Check out example codes for "how to remove dot from li". It will help you in understanding the concepts better.
Code Example 1
<ul style="list-style: none;">
<li>List item with no bullet</li>
<li>Second item</li>
</ul>
Learn ReactJs, React Native from akashmittal.com