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

Animated toast message component for React Native

Results 106 react-native-toast-message issues
Sort by recently updated
recently updated
newest added

I'm using i18n on my application, and in case the language is arabic, I want to show the toast in rtl manner (left colored border should become on the right...

**Describe the bug** when ever i pass a code as argument for onHide callback , code get executed before even showing toast message. But when i pass a static code...

display toast on more than one screen when using react-native-navigation the problem toast is displayed on one screen and when navigating to the second screen toast remains on the first...

**Is your feature request related to a problem? Please describe.** I would like my toast height to be dynamic based on the content: because old people scale their text way...

**Is your feature request related to a problem? Please describe.** I like how toast set up structure in react native without using `useContext` wrap other content - current I see...

**Is your feature request related to a problem? Please describe.** It would be nice to have the base toast functionality (with the touchable dismiss), while being able to fully customize...

**Describe the bug** Background transparency issue with custom toast **Expected behavior** How to solve this? **Screenshots** **Code sample**

I am getting this warning in console with "react-native-toast-message": "^2.1.5",

import React from 'react'; import { FlatList, Image, View } from 'react-native'; import Toast from 'react-native-toast-message'; import MAIN_IMAGES from '../../modules/main/assets/images'; import { passwordErrors } from '../../modules/main/src/mainConstant'; import ItemValidationError from '../itemValidationError';...