/todo-app

A React Native todo-app build with Expo.

Primary LanguageTypeScript

Smoothly Animated ToDo App built with React Native

Thumbnail

Stack

Project structure

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── @types     # Custom types
    ├── screens    # Screen components
    ├── components # UI components
    ├── routes     # routes of application
    ├── styles     # global custom styles
    ├── utils      # Custom hooks and helpers

Credits

How to dev

This project can be run from the Expo client app.

yarn
yarn start