software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[Android] Fix border styles for touchable components with transparent background color #3096

Closed kacperzolkiewski closed 2 months ago

kacperzolkiewski commented 2 months ago

Description

This PR addresses an issue where border styles are not visible on touchable components when the backgroundColor is set to transparent in Android.

Fixes #3088

Test plan

Tested on the example app and on the code from the issue.