Check out example codes for "how to destroy clones in unity c#". It will help you in understanding the concepts better.
Code Example 1
GameObject cardClone = Instantiate (Cards [i], new Vector3 (xVal, yVal, zVal), transform.rotation) as GameObject; Destroy(cardClone);
Learn ReactJs, React Native from akashmittal.com