dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 645 forks source link

[Bug] Buttons on wide screen are very large #306

Open piu130 opened 5 years ago

piu130 commented 5 years ago

On a wide screen (sample image for 1080px) the buttons get very large. We should find a way to prevent this.

list_item list_item_one_button list_item_two_button

The code shows that it takes 1/5 of the screen as you can see here. We should consider an other function to determine the size (for different screens).

Maybe it should be fixed to 80?