From be731ca421e5df845a322ffe5af54009290668a5 Mon Sep 17 00:00:00 2001 From: Holat <105239299+Holat@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:41:53 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 148cf2c..c6b104c 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,23 @@ To-do App (React Native - expo) - Used stack navigation at the root (The only navigation in the app) - Each todo item card shows the time and date it was created dynamically - "useColorScheme()" to implement the dark mode +- PanGesture Animation from react-native-gesture-handlers +- Animated from react-native-reanimated - Uses AsyncStorage to store user data (still remains on reload) - ✅ are added to the history screen -- 🗑️ are removed completely +- Swipe left to remove animation - 🕗 History can be cleared # Screenshots +updated to swipe-to-delete with animations +
+ + + -![Screenshot_20230723_192545_Expo Go](https://github.com/Holat/to-do/assets/105239299/cf731123-e95e-41d5-a6eb-11b649e07354) -![Screenshot_20230723_192751_Expo Go](https://github.com/Holat/to-do/assets/105239299/ad4c56d8-deaa-4cd3-a5cb-1190d34aeb32) + + - -![Screenshot_20230723_192554_Expo Go](https://github.com/Holat/to-do/assets/105239299/39e9a491-6119-4f9e-bf6b-7d5e0dce2171) -![Screenshot_20230723_192744_Expo Go](https://github.com/Holat/to-do/assets/105239299/0f209d9c-a963-47b9-93ed-a3ee5301c78c) - - -![Screenshot_20230723_192827_Expo Go](https://github.com/Holat/to-do/assets/105239299/f08d84c6-4675-4466-967e-96b9c7d99ed8) -![Screenshot_20230723_192813_Expo Go](https://github.com/Holat/to-do/assets/105239299/2af8ec19-3a5b-4511-99ed-87a845126279) + +