https://github.com/juanjofr/swipe-to-delete-demo
React Native swipe to delete demo
https://github.com/juanjofr/swipe-to-delete-demo
android application ios react-native restyle typescript
Last synced: 3 months ago
JSON representation
React Native swipe to delete demo
- Host: GitHub
- URL: https://github.com/juanjofr/swipe-to-delete-demo
- Owner: JuanjoFR
- Created: 2022-03-03T19:45:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T11:35:40.000Z (over 3 years ago)
- Last Synced: 2025-03-29T21:14:33.222Z (3 months ago)
- Topics: android, application, ios, react-native, restyle, typescript
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swipe to delete demo


This project is a demo with the main goal of implementing the [swipe to delete] functionality with a beautiful design in a list of elements with horizontal scrolling.
Here you can see some videos to see the result without downloading and compiling the project:
iOS:
https://user-images.githubusercontent.com/978229/158076289-8f4b336e-c1ec-4bc6-8f10-e14a5f7ab6e6.mov
Android:
https://user-images.githubusercontent.com/978229/158076309-0f5f306a-6cde-4b8b-9831-2dea87868ba6.mov
One of the best ways to learn and improve is by sharing knowledge, so you can use this project to study and improve. I hope you find it useful!
## Technical information
The project is developed using React Native with Typescript, highlighting the following libraries:
- [React Navigation]
- [Restyle]
- [React Native Gesture Handler]
- [Reanimated]## Design
The design is an application concept for task management by Iqbal Surya:
[Task Management mobile App by Iqbal Surya]
[swipe to delete]: https://www.nngroup.com/articles/contextual-swipe/
[react navigation]: https://reactnavigation.org
[restyle]: https://github.com/Shopify/restyle
[react native gesture handler]: https://docs.swmansion.com/react-native-gesture-handler/docs/
[reanimated]: https://docs.swmansion.com/react-native-reanimated/
[task management mobile app by iqbal surya]: https://dribbble.com/shots/16586781-Task-Management-mobile-App