mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
[react_native] JS files for D1885531
This commit is contained in:
parent
fb2f063ef5
commit
9e2bdede15
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user