[ReactNative] Remove testID from root view
This commit is contained in:
parent
c933087567
commit
1d452f3e4d
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue