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

**Describe the bug** When using a custom toast component, i.e. ``` import CustomToastComponent from '../components/customToastComponent'; ``` ...the custom component is never unmounted. Specifically, React Hooks return functions are never called,...

**Describe the bug** Toast message does not display correctly '/' character **Steps to reproduce** Steps to reproduce the behavior: Display toast message **Expected behavior** Toast message should display '/' character...

**Describe the bug** Looks like with ``, our RN web application has extra "space" at the bottom of every screen, which seems to go away when the toast gets displayed....

**Describe the bug** The default value for `topOffset` is 40, when really it should respect and read from the Safe Area. For reference, the notch on iPhone 13 and earlier...

Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.71.0 to 0.72.3. Release notes Sourced from metro-react-native-babel-preset's releases. Release v0.72.3 [Fix]: Incremental build crashing when garbage collecting modules reachable via multiple paths in the graph. (https://github.com/facebook/metro/commit/50bb451e9cec275cfbc1efda3e1ced3f8a952e15)...

dependencies

Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.67.7 to 0.70.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-native&package-manager=npm_and_yarn&previous-version=0.67.7&new-version=0.70.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 9.1.0 to 11.2.0. Release notes Sourced from @​testing-library/react-native's releases. v11.2.0 What's Changed New Features Support for name option in *ByRole queries by @​AugustinLF and @​kiranjd #1127 isInaccessible...

dependencies

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.2 to 7.19.3. Release notes Sourced from @​babel/core's releases. v7.19.3 (2022-09-27) :bug: Bug Fix babel-plugin-proposal-decorators #8566 Correctly update bindings of decorated class declarations (@​nicolo-ribaudo) babel-parser #14974 fix:...

dependencies

When the application has some functionality, as in the video - the user presses a button to show a toast with the text of this button. When the button is...