Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manuelduarte077/react-native-animated-todo

👾 How to build a smoothly animated ToDo app with React Native, Expo, Reanimated, NativeBase, and Moti ❤️
https://github.com/manuelduarte077/react-native-animated-todo

animated expo moti native-base react-native typescript

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Smoothly Animated ToDo App built with React Native

![Todo ScreenShots](./doc/home.png) | ![Todo ScreenShots](./doc/sidebar.png) | ![Todo ScreenShots](./doc/about.png)
-----------------------------------|------------------------------------|-----------------------------------
home | sidebar | about

![Todo ScreenShots](./doc/home-light.png) | ![Todo ScreenShots](./doc/sidebar-light.png) | ![Todo ScreenShots](./doc/about-light.png)
-----------------------------------|------------------------------------|-----------------------------------
## Stack

- [React Native](https://reactnative.dev/) - ReactJS-based framework that can use native platform capabilities
- [Expo](https://expo.dev/) - Toolset for building and delivering RN apps
- [React Navigation(v6)](https://reactnavigation.org/) - Routing and navigation
- [NativeBase(v3)](https://nativebase.io/) - Themable component library
- [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/) - Animations
- [React Native SVG](https://github.com/react-native-svg/react-native-svg) - Drawing SVG
- [Moti](https://moti.fyi/) - Helper module for Reanimated 2

## 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.

```sh
yarn
yarn start
```