Check out example codes for "Changing scene on obj click". It will help you in understanding the concepts better.
Code Example 1
void OnMouseDown ()
{
SceneManager.LoadScene("Level2");
}
// make sure to use your level name
Learn ReactJs, React Native from akashmittal.com