[react_native] JS files for D1885531

This commit is contained in:
Martin Konicek
2015-03-06 07:32:17 -08:00
parent fb2f063ef5
commit 9e2bdede15
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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,
+4
View File
@@ -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,