/react-native-animated-todo

👾 How to build a smoothly animated ToDo app with React Native, Expo, Reanimated, NativeBase, and Moti ❤️

Primary LanguageTypeScriptMIT LicenseMIT

Smoothly Animated ToDo App built with React Native

Todo ScreenShots Todo ScreenShots Todo ScreenShots
home sidebar about
Todo ScreenShots Todo ScreenShots Todo ScreenShots

Stack

Project structure

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── screens    # Screen components
    ├── components # UI components
    ├── utils      # Custom hooks and helpers
    └── assets     # Image files

How to dev

This project can be run from the Expo client app.

yarn
yarn start