'The accessibilityHint gets appended in the "accesibility id" in the appium inspector

When I am trying to add accessibilityLabel without accessibilityHint, I'm getting error that has accessibilityLabel prop but no accessibilityHinteslint(react-native-a11y/has-accessibility-hint). But on adding accessibilityHint it is being appended in the accessibility id in Appium inspector. like the following:

accessibility id in appium inspector having accessibilityHint appended after accessibilityLabel Just want to know if there a way to stop accessibilityHint from getting appended in the accessibilityLabel?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source