mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +08:00
[ReactNative] Remove testID from root view
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user