wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.01k stars 2.68k forks source link

Title and subtitle test ID's #7879

Closed d4vidi closed 1 month ago

d4vidi commented 1 month ago

Describe your idea

Feature request by @Niryo While the top-bar's top container can have a test ID, there are no matchers for inherent sub-elements such as the title and subtitle (button can be set with proprietary test ID's). We need a means by which the title and subtitle would have a test ID, whether being set explicitly or implicitly by inheriting from the top-bar container's.

Motivation

No response

Are you willing to resolve this issue by submitting a Pull Request?