We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4012b8e commit 0840636Copy full SHA for 0840636
packages/react-native-gesture-handler/src/components/Pressable/PressableProps.tsx
@@ -169,7 +169,7 @@ export interface PressableProps
169
170
/**
171
* Defines the dimensions of the Pressable after it's been resized.
172
- * This property does not affect Pressable's physical appearance
+ * This property does not affect Pressable's physical appearance.
173
* Required when the Pressable is resized **and** uses pressRetentionOffset.
174
*/
175
dimensionsAfterResize?: PressableDimensions;
0 commit comments