Check out example codes for "unity cycle children". It will help you in understanding the concepts better.
Code Example 1
for(int i = 0; i < gameobject.transform.GetChildCount(); i++)
{
Transform Children = gameobject.transform.GetChild(i);
}
Learn ReactJs, React Native from akashmittal.com