In my React Native project, I am utilizing the Sunmi Inner Printer V2 to print data received through notifications. However, I am encountering an issue where the printing does not adhere to the desired format. The font size, alignments, and placement of the data get jumbled up when multiple notifications are received simultaneously. My assumption is that this occurs because the print function is being triggered before the previous print call completes. I attempted to resolve this by using async/await, but unfortunately, it did not rectify the problem.