Files
react-native-paper/src
Satyajit Sahoo 85cb5bdb48 fix: fix visibility and touch target of action in Snackbar
- 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.
2018-05-06 14:56:32 +02:00
..