Check out example codes for "how to open new form on button click in c# xamarin". It will help you in understanding the concepts better.
Code Example 1
private void button1Click(object sender, EventArgs e)
{
App.Current.MainPage = new settings();
}
Learn ReactJs, React Native from akashmittal.com