react-native-snackbar-component icon indicating copy to clipboard operation
react-native-snackbar-component copied to clipboard

A snackbar component for Android and iOS

Results 7 react-native-snackbar-component issues
Sort by recently updated
recently updated
newest added

Currently, custom styles specified via the `containerStyle`, `messageStyle`, and `actionStyle` props are applied before the defaults specified in the source code, causing custom styles to be overridden by the defaults...

Right now there is no way to add any sort of accessibility properties to the Touchable actionText/actionHandler section of the snackbar. Would it be possible to make this section of...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Bumps and [debug](https://github.com/debug-js/debug). These dependencies needed to be updated together. Updates `debug` from 4.1.1 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS...

dependencies

Solving issue #91. The declared type for prop `textMessage` is not correctly working with memoized components supplied as prop for `textMessage`. The most proper type should be `PropTypes.element` instead of...

The declared type for prop `textMessage` is not correctly working with memoized components supplied as prop for `textMessage`. The most proper type should be `PropTypes.element` instead of `PropTypes.func`. Additionally, `bottom`...

First of all thank you for creating this compact easy-to-use library. There are some issues with props and also the implementation. Some of the props are not available but there...