Ways/strategy to locate element if multiple elements are in the same xcuielement

I want to locate the element using appium inspector, app is running on iOS simulator

  • When clicked on desired place to find locator.
  • Almost whole screen is showing as one xcuielement.
  • One long xpath is showing for the whole screen.
  • I want to fetch particular element, assume that is available on bottom right corner. when tapped bottom right corner, whole screen get selected.

please share any possible solutions.

App is made using react-native