Check out example codes for "instantiate an object at a certain position unity". It will help you in understanding the concepts better.
Code Example 1
Instatiate(prefab, new Vector3(posX, posY, posZ), Quaternion.identity);
Learn ReactJs, React Native from akashmittal.com