react-native-root-toast icon indicating copy to clipboard operation
react-native-root-toast copied to clipboard

ts definition param message should can use ReactNode

Open HuiWang111 opened this issue 3 years ago • 0 comments

RootToast.show( <View> <Icon name='check' size={50} color='#fff' /> <Text style={styles.toastTitle}>{ message }</Text> </View>, options ); ts is throw error

HuiWang111 avatar May 31 '21 07:05 HuiWang111