[question] is there anyway to adjust the width so it's not covering the full width of the screen?
I understand that the snackbar is not fully customisable (beyond fontColor, bgc, etc... ) but is there a way that I can adjust the width of the snackbar? if that's possible maybe also adjust the border radius ?
thanks!
Same question. Have you found any solution?
@oferRounds,
Try this, worked for me:
<Slider
.
.
.
trackStyle={styles.sliderTrack}
/>
const styles = StyleSheet.create({
sliderTrack: {height: 10, borderRadius: 20},
.
.
.
});
hey @Akram11 – thank you! Are you sure you relate to the Snackbar component? I see you mentioned a Slider component
So sorry for the unrelated answer, @oferRounds. I totally missed the context..
I haven't found any solution to this issue, I actually moved away from using this library after all. Good luck!
Hi! Thank you for his library! Is there any way to customize the snackbar component more?
I'd like to set containerStyle, textStyle and actionButtonStyle.
Do you have any plans to implement it?
Hi @iliapnmrv, no plans for any of your specific suggestions. If you submit a pull request I would be happy to review it.