Skip to content

Commit

Permalink
docs: fix overDragResistanceFactor description (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Sep 11, 2021
1 parent 8ba2bb6 commit 1da46f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bottomSheet/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface BottomSheetProps
| Array<string | number>
| Animated.SharedValue<Array<string | number>>;
/**
* Defines how violently sheet has to stopped while over dragging.
* Defines how violently sheet has to be stopped while over dragging.
* @type number
* @default 2.5
*/
Expand Down

0 comments on commit 1da46f5

Please sign in to comment.