react-native-swipeable icon indicating copy to clipboard operation
react-native-swipeable copied to clipboard

A powerful React Native swipe component.

Results 97 react-native-swipeable issues
Sort by recently updated
recently updated
newest added

WARN: Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`. The new update of react native requires a modification in...

Receiving a warning when I swipe my listitem. `Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false`. This occurs when...

Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`

Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! Changelog...

dependencies

I'm getting this error from the lib using React Native v0.69.4 `Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` ![image](https://user-images.githubusercontent.com/18513213/186034558-9cfdfdea-5b18-4356-b59b-663b359accaf.png) ![print](https://user-images.githubusercontent.com/18513213/186036433-328c48c8-c328-425d-898e-35426c4085d9.jpg) My package.json...

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Hi! πŸ‘‹ Firstly, thanks for your work on this project! πŸ™‚ Here is the diff that solved my problem: ```diff diff --git a/node_modules/react-native-swipeable/lib/index.js b/node_modules/react-native-swipeable/lib/index.js index 57996ad..7242753 100644 --- a/node_modules/react-native-swipeable/lib/index.js +++...

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...

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...

I'm using Swipeable component within a functional component. How can I call recenter() correctly?