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

A swipe-to-reveal wrapper for list items.

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

**Describe the bug** Getting this type error when running `yarn tsc --noEmit` ``` node_modules/react-native-swipeable-item/src/index.tsx:117:9 - error TS2322: Type '{ stiffness: number; overshootClamping: boolean; restSpeedThreshold: number; restDisplacementThreshold: number; velocity?: number |...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

First of all everything works as expected. Hence, this is not really a bug report. In my instance I use `react-native-swipeable-item` together with `react-native-draggable-flatlist` but the **Row** would have an...

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.9.1 to 2.10.0. Release notes Sourced from react-native-reanimated's releases. 2.10.0 🚀 Main changes Added useAnimatedKeyboard() hook Added useFrameCallback() hook Added support for React Native 0.70 Added support...

dependencies

**Describe the bug** Can't swipe or drag on a button with TextInput as children. **Steps to reproduce the behavior:** Follow the instruction on this repo but have a TextInput instead...

**Describe the bug** It's not possible to press elements during the swiping. We have two buttons on the right side. When I swipe to the left, I can press them...

solves issue #48 with proposed solution from @jmif here https://github.com/computerjazz/react-native-swipeable-item/issues/48#issuecomment-1185848720

*This package has external dependencies of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) which must be installed separately. Before opening an issue related to animations or gestures please verify that you have completed ALL...