react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

arrow size

Open humbertoromanojr opened this issue 2 years ago • 1 comments

Hello, how are you guys, who takes care of the improvements.

Well, I need to adjust the application's layout, and I'm not able to increase the arrow a little, is there currently how to do this? I searched and didn't find it, only how to change the color and not increase the size of the arrow.


I was studying the lib more deeply, and I noticed that this variable can change the size of the arrow

export const ARROW_SIZE: number = 6;

how would it be for our application to be able to change this number that is fixed?

Thank you very much in advance

humbertoromanojr avatar Oct 15 '21 12:10 humbertoromanojr

What about enabling the size to be custumizable as the arrowColor is?

I created a PR with the update I think is needed to achieve this: https://github.com/mohebifar/react-native-copilot/pull/247

thiagosalles avatar Oct 20 '21 21:10 thiagosalles