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

fix: incorrect styling of snackbar

Open thrandale opened this issue 2 years ago • 3 comments
trafficstars

Fixes: #4044

Summary

Add additional styling to the Snackbar

thrandale avatar Aug 28 '23 03:08 thrandale

Hey @thrandale, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

callstack-bot avatar Aug 28 '23 04:08 callstack-bot

Could this PR be merged?

thrandale avatar Oct 26 '23 19:10 thrandale

Could this PR be merged?

Unfortunately it cannot be merged since it will introduce issue for users who are using Snackbar with custom background color:

before change after change
image image

I think we can introduce the right prop which can be utilized to render a custom IconButton instead of a built-in one.

lukewalczak avatar Nov 28 '23 13:11 lukewalczak