Check out example codes for "objective c convert int to string". It will help you in understanding the concepts better.
Code Example 1
NSString* myNewString = [NSString stringWithFormat:@"%d", myInt];
Learn ReactJs, React Native from akashmittal.com