calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.73k stars 265 forks source link

Removed the unnecessary Touchable wrapper #537

Closed johntheZ closed 6 months ago

johntheZ commented 8 months ago

The Touchable wrapper didn't serve a significant purpose and is removed to minimize the library's size.

johntheZ commented 8 months ago

Future possible improvements: the text1/2NumberOfLines and activeOpacity props are not passed down.