toastify-react-native icon indicating copy to clipboard operation
toastify-react-native copied to clipboard

Close Icon

Open AguaPotavel opened this issue 1 year ago • 1 comments

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

AguaPotavel avatar Dec 09 '23 17:12 AguaPotavel