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

A toast implementation for React Native Paper

Results 4 react-native-paper-toast issues
Sort by recently updated
recently updated
newest added

Is it possible to implement stacking of toasts where rather than replacing an existing toast, it is pushed down or up (depending on the toast positioning set in the code)?

The top position is shown as middle. Seems the styling for the web might need a different way rather than how it is handled for the device. ![image](https://github.com/kuasha420/react-native-paper-toast/assets/5740725/69b4b74b-3762-4ed3-b055-c6888c330481)

like ```js import { Toast} from 'react-native-paper-toast' Toast.show('123123') ```

question

In style props we can specify messageStyle.color property which affects color of text, but it doesnt affect icon color, and Icon cannot be disabled, so how to provide simmilar experience...