react-native-root-toast
react-native-root-toast copied to clipboard
ts definition param message should can use ReactNode
RootToast.show( <View> <Icon name='check' size={50} color='#fff' /> <Text style={styles.toastTitle}>{ message }</Text> </View>, options );
ts is throw error