Skip to content

Commit

Permalink
Update src/components/AttachmentCarousel/CarouselActions/index.native.js
Browse files Browse the repository at this point in the history
Co-authored-by: Santhoshkumar Sellavel <85645967+Santhosh-Sellavel@users.noreply.github.com>
  • Loading branch information
JediWattson and Santhosh-Sellavel authored Jan 19, 2023
1 parent a8daa2b commit 246073a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const propTypes = {
/** Callback to fire when swiping left or right */
onCycleThroughAttachments: PropTypes.func.isRequired,

/** Callback to handle a press event because PanResponder will intercept all gestures */
/** Callback to handle a press event*/
onPress: PropTypes.func.isRequired,

/** Boolean to prevent a left swipe action */
Expand Down

0 comments on commit 246073a

Please sign in to comment.