dancormier / react-native-swipeout

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

fixed button width for widescreens #307

Closed piu130 closed 1 year ago

piu130 commented 5 years ago

Fixed width of button to properly support widescreens. Previously it took 1/5 of the screen.

This fixes this bug.

Item: list_item Before: list_item_one_button list_item_two_button After: screenshot_20181108_170749 screenshot_20181108_170708

Maybe 80 is not the best solution. We should discuss this.