calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.6k stars 252 forks source link

Toast isn't swipeable inside Modal if custom toast is used #514

Open TheMiksa opened 7 months ago

TheMiksa commented 7 months ago

Is your feature request related to a problem? Please describe. Toast isn't swipeable inside Modal if custom toast is used (if you do not use BaseToast etc.)

Describe the solution you'd like Wrapping a custom toast with your Touchable (or any TouchableOpacity like components) fix the issue

Describe alternatives you've considered There is no mention about this, so either add the wrapper or describe it in readme.

Additional context Add any other context or screenshots about the feature request here.