How to navigate back in ios (react-native)?

i am doing automated testing with appium webdriver.io and XCUITtest for react-native application, and i open one screen and wanted to navigate back from it… in back button i have used back symboll, so i can not select it with xpath any other way is there to navigate back?

please help…

here is
capabilities: [{
maxInstances: 1,
browserName: ‘’,
appiumVersion: ‘1.22.0’,
platformName: ‘iOS’,
platformVersion: ‘14.4’,
deviceName: ‘iPhone 11 Pro’,
automationName: ‘XCUITest’,
acceptInsecureCerts: true,
appWaitDuration: 20000,
bundleId: ’ ',
autoAcceptAlerts: true
}],