Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 541 Bytes

File metadata and controls

12 lines (8 loc) · 541 Bytes

Pressable

A Pressable component that process its style to allow the use of borderRadius without the ripple effect overflow through the corners.

It was created as a workaround for a bug in the overflow: "hidden" style prop of React Native's Pressable. It is an implementation of this Stack Overflow comment.

Usage

Its usage and props is the same as the Pressable from React Native.