Xpath, name shows unknown characters

I’m using Appium 1.10.0. I have an app developed using react-native and expo. It gets opened in the iOS simulator.

For an iOS, When I try to get the xpath, id, etc any non text is appearing as a square box. Also I can’t find the elements separately(image, text, etc.) when it is in a panel. Any number of mobile elements is combined together as one single element. Any help is appreciated. Please see the iPhone screen shot.

It works fine for android emulator.

Try using contains while writing your xpath.
xpath=//XCUIElementType[contains(@name=‘QuickTour’)]