Hi Guys.
Need your help on this. I have a problem with missing elements in tree view. This is a react native application. They are displaying correctly in android but some are not showing up in IOS. When I changed my snapshotMaxDepth to 500, some are fixed but there are still some that is still not showing up.
Unfortunately due to NDA, I can only describe them and since I’m not an RN dev but tasked with adding the ids, pardon my explanation:
filterChip - there are 2 functions that uses filterChip
renderFilterChip - only has TouchableWithoutFeedback - this is where I added the ids and it works fine
renderFilterChipWithContainer - for styling purposes - it’s structure is
View
–> Animated.View
–> Surface
------> View
–> View
------> Call renderFilterChipWithContainer
If I change the code to renderFilterChip, the filterChip ids are showing in the appium inspector tree view (54 levels) but when renderFilterChipWithContainer is called, it stops at Animated.View (50th level)
