cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

Fully custom view support #122

Open SaeedZhiany opened 4 years ago

SaeedZhiany commented 4 years ago

According to the answers of this stackoverflow's thread, we can customize the view of snackbar in android (take a look at this for example)

Is it possible to achieve that using this library on both android and IOS platforms?

cooperka commented 4 years ago

Not currently; this would be a big change. If you're willing to try, I'd be happy to accept a PR. Thanks.