Rename skip_view_traversal setting

Summary: Sonar -> Flipper. 'nuff said.

Reviewed By: danielbuechele

Differential Revision: D9940670

fbshipit-source-id: ed9c8267c0c32952ac2069dc25bdb5359a438ce5
This commit is contained in:
Pascal Hartig
2018-09-19 13:04:55 -07:00
committed by Facebook Github Bot
parent 22742fd563
commit 0e753e684f
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ The issue is that if you have some view that occupies big part of the screen but
Add the following tag to your view to skip it from Flipper's view picker. The view will still be shown in the layout hierarchy, but it will not be selected while using the view picker.
```java
view.setTag("sonar_skip_view_traversal", true);
view.setTag("flipper_skip_view_traversal", true);
```
## Accessibility mode (Android-only)