Declarative API exposing platform native touch and gesture system to React Native.
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
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.