mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 17:18:58 +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
@@ -250,6 +250,6 @@ var styles = StyleSheet.create({
|
||||
|
||||
exports.framework = 'React';
|
||||
exports.title = 'Pointer Events';
|
||||
exports.description = '`pointerEvents` is a prop of View that gives control ' +
|
||||
'of how touches should be handled.';
|
||||
exports.description = 'Demonstrates the use of the pointerEvents prop of a ' +
|
||||
'View to control how touches should be handled.';
|
||||
exports.examples = exampleClasses.map(infoToExample);
|
||||
|
||||
Reference in New Issue
Block a user