mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 09:20:14 +08:00
[react_native] JS files for D1885531
This commit is contained in:
@@ -71,7 +71,7 @@ var View = React.createClass({
|
||||
accessible: PropTypes.bool,
|
||||
|
||||
/**
|
||||
* This string can be used to identify the accessible element.
|
||||
* Used to locate this view in end-to-end tests.
|
||||
*/
|
||||
testID: PropTypes.string,
|
||||
|
||||
|
||||
@@ -87,6 +87,10 @@ var Text = React.createClass({
|
||||
*/
|
||||
suppressHighlighting: React.PropTypes.bool,
|
||||
style: stylePropType,
|
||||
/**
|
||||
* Used to locate this view in end-to-end tests.
|
||||
*/
|
||||
testID: React.PropTypes.string,
|
||||
},
|
||||
|
||||
viewConfig: viewConfig,
|
||||
|
||||
Reference in New Issue
Block a user