mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative] Remove testID from root view
This commit is contained in:
@@ -140,7 +140,8 @@ var View = React.createClass({
|
|||||||
onMagicTap: PropTypes.func,
|
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,
|
testID: PropTypes.string,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user