Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.33 KB

To-do

To-do App (React Native - expo)

Description

  • 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
  • Swipe left to remove animation
  • 🕗 History can be cleared

Screenshots

updated to swipe-to-delete with animations