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

A swipe item for react-native

Results 9 react-native-swipe-item issues
Sort by recently updated
recently updated
newest added

Hi, I would like to ask if it would be possible to add option to open (addition to close) the item from code. Thanks.

Try to run the sample component, but errors: Error: Text strings must be rendered within a component. This error is located at: in RCTView (created by View) in View (at...

SwipeProvider breaks on type checking, all the component becomes red and types are not compatible. Error message is below ( copied from VS code ). Temporary fix is putting /*...

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

hi , thanks for your job. when i use that close not work for me . it work when i console.log(this.swipeItemRef.close) Function close but the swiper item not close for...

enhancement

In your code ``` const containerStyles = StyleSheet.create({ ... swipeContainer: { height: '100%', width: '100%', }, }); ``` the height style, causing SwipeableItem cannot auto determine its height based on...

hi, i got this error when run ios: ``` 'React/RCTBundleURLProvider.h' file not found ``` can u help?