Check out example codes for "unity hide mouse". It will help you in understanding the concepts better.
Code Example 1
Cursor.visible = false;
Code Example 2
void Start()
{
Cursor.visible = false;
}
Learn ReactJs, React Native from akashmittal.com