We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb86a6 commit d9c582eCopy full SHA for d9c582e
Libraries/Utilities/Dimensions.js
@@ -57,8 +57,6 @@ class Dimensions {
57
* than caching the value (for example, using inline styles rather than
58
* setting a value in a `StyleSheet`).
59
*
60
- * Example: `var {height, width} = Dimensions.get('window');`
61
- *
62
* @param {string} dim Name of dimension as defined when calling `set`.
63
* @returns {Object?} Value for the dimension.
64
*/
0 commit comments