Check out example codes for "unity get child". It will help you in understanding the concepts better.
Code Example 1
GameObject Child;
Child = transform.GetChild(0).gameObject;
Code Example 2
//For unity engine
GameObject.transform.GetChild(The child index).transform;
Learn ReactJs, React Native from akashmittal.com