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
5.83k stars 952 forks source link

Improve RectButton border styles on Android #2798

Closed camilossantos2809 closed 1 month ago

camilossantos2809 commented 1 month ago

Description

This PR enables the use of borderWidth, borderColor and borderStyle to style the RectButton component on Android. It's a continuation of #2792

Fixes #477

Test plan

Some examples were added to the RectButtonBorders screen in the example app using the border styles changed in this PR.