mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 16:29:43 +08:00
- Animate the Snackbar on layout instead of on mount because we need the layout for animation, this fixes snackbar not being visible on initial mount if visible=true. - Fix the touch target of the action button to be larger. Previously the touch target was as small as the action text and it was difficult to tap on it.