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

react native toast like component, pure javascript solution

Results 100 react-native-root-toast issues
Sort by recently updated
recently updated
newest added
trafficstars

I added accessibility props and tested it on expo web and expo go client on iOS.

- Fixed onPress event that wasn't working, it wasn't firing (Web). Issue is TouchableWithoutFeedback always needs to have child View component. So a component that composes a View isn't enough....

First off, thanks for the great project + maintenance. The project has a `hideOnPress()` property, therefore user can interact with the toast. Can we expose the OnPress() so that we...

Getting below error after upgrading the RN version 0.69.1 when run 'npx react-native run-ios'. Error: invariant violation: ViewPropTypes has been removed from react native. migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'....

ios is work only anroid.like eact-native-root-sibling problem #

Hi, after installing this package (v3.3.0) in my RN project (v0.68.1), i seem to be getting this warning: ``` ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported...

According to the stacktrace it is on line 71 of `ToastContainer`. Here's the raw stacktrace if that helps: ``` Warning: View.propTypes has been deprecated and will be removed in a...

i am getting this error due to deprecated prop types: `TypeError: Cannot read property 'style' of undefined` ``` 64 | static propTypes = { 65 | ...ViewPropTypes, > 66 |...