diff --git a/Libraries/Components/View/View.js b/Libraries/Components/View/View.js index 244ea90ea..5566cc7c9 100644 --- a/Libraries/Components/View/View.js +++ b/Libraries/Components/View/View.js @@ -140,7 +140,8 @@ var View = React.createClass({ onMagicTap: PropTypes.func, /** - * Used to locate this view in end-to-end tests. + * Used to locate this view in end-to-end tests. NB: disables the 'layout-only + * view removal' optimization for this view! */ testID: PropTypes.string,