toastify-react-native
toastify-react-native copied to clipboard
Close Icon
ios-close-outline
no longer exist on lib react-native-vector-icons
On ToastManager.js
<TouchableOpacity onPress={this.hideToast} activeOpacity={0.9} style={styles.hideButton}>
<Icon name='ios-close-outline' size={22} color={Colors[theme].text} />
</TouchableOpacity>
replace with
close-outline