Check out example codes for "how to set a custom size for window in monogame". It will help you in understanding the concepts better.
Code Example 1
graphics.PreferredBackBufferWidth = X; // set this value to the desired width of your window
graphics.PreferredBackBufferHeight = Y; // set this value to the desired height of your window
graphics.ApplyChanges();
Learn ReactJs, React Native from akashmittal.com