mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 09:17:55 +08:00
Better text descriptions for examples
Reviewed By: @mkonicek Differential Revision: D2443908
This commit is contained in:
committed by
facebook-github-bot-8
parent
ffe20480e4
commit
b434ae0f3d
@@ -85,7 +85,9 @@ var ViewBorderStyleExample = React.createClass({
|
||||
});
|
||||
|
||||
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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user