Skip to content

Commit 0840636

Browse files
committed
add missing punctuation
1 parent 4012b8e commit 0840636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/src/components/Pressable/PressableProps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export interface PressableProps
169169

170170
/**
171171
* Defines the dimensions of the Pressable after it's been resized.
172-
* This property does not affect Pressable's physical appearance
172+
* This property does not affect Pressable's physical appearance.
173173
* Required when the Pressable is resized **and** uses pressRetentionOffset.
174174
*/
175175
dimensionsAfterResize?: PressableDimensions;

0 commit comments

Comments
 (0)