Check out example codes for "no allow copy html". It will help you in understanding the concepts better.
Code Example 1
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
Learn ReactJs, React Native from akashmittal.com