diff --git a/docs/panresponder.html b/docs/panresponder.html index c70b0431485..f4f91360a2f 100644 --- a/docs/panresponder.html +++ b/docs/panresponder.html @@ -75,7 +75,7 @@ are the responder.

: { title: 'PanResponder Sample', - description: 'Basic gesture handling example', + description: 'Shows the use of PanResponder to provide basic gesture handling.', }, _panResponder: {}, diff --git a/docs/view.html b/docs/view.html index 236f168c2ca..b2e4ac63c16 100644 --- a/docs/view.html +++ b/docs/view.html @@ -156,7 +156,9 @@ memory. Test and measure when using this property.

}); exports.title = '<View>'; -exports.description = 'Basic building block of all UI.'; +exports.description = 'Basic building block of all UI, examples that ' + + 'demonstrate some of the many styles available.'; + exports.displayName = 'ViewExample'; exports.examples = [ {