[ReactNative] Remove testID from root view

This commit is contained in:
Andy Street 2015-08-07 10:32:56 -01:00
parent c933087567
commit 1d452f3e4d
1 changed files with 2 additions and 1 deletions

View File

@ -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,