toastify-react-native
toastify-react-native copied to clipboard
[BUG]: onPress does nothing
https://github.com/zahidalidev/toastify-react-native/blob/interactive-toast/components/BaseToast.tsx
There is a onPress prop that does nothing. Therefore it is not possible to use the onPress logic.
Fix:
Replace line 87 and 265 with:
onPress = () => {},
<TouchableWithoutFeedback onPress={onPress} style={styles.content} testID={${testID}-content}>