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

https://github.com/enzomanuelmangano/demos

An ongoing collection of React Native animations crafted with Reanimated, Gesture Handler, and Skia.
https://github.com/enzomanuelmangano/demos

expo gesture-handler react-native reanimated skia

Last synced: 8 months ago
JSON representation

An ongoing collection of React Native animations crafted with Reanimated, Gesture Handler, and Skia.

Awesome Lists containing this project

README

          

# Demos ✨

An ongoing collection of React Native animations crafted with Reanimated, Gesture Handler, and Skia.

Browse all demos at [reactiive.io/demos](https://reactiive.io/demos).

## Highlights

Demos 2024 - Rewind πŸ‘‡

https://github.com/user-attachments/assets/47c8fb6d-6810-444f-a92e-589ffae84778

Demos 2023 - Rewind: [Twitter Post](https://x.com/reactiive_/status/1740314524501078359)

## Roadmap

This project is a work in progress (almost by definition). Here are the current priorities:

- [x] Remove deprecated APIs: runOnJS and runOnUI should now be imported from react-native-worklets
- [ ] Fix navigation setup: the project started with React Navigation, but we’re migrating to Expo Router. The repo currently feels like a mix of both.
- [ ] Drawer Navigation: currently the navigation is quite unintuitive and needs to be improved.
- [ ] Ensure consistent haptics support (use [pressto](https://github.com/enzomanuelmangano/pressto) whenever possible)
- [ ] Optimize performance in Shaders demos
- [ ] Feedback screen on Shake Detection
- [ ] TestFlight Release
- [ ] Android Release (starting with App Tester / Firebase Distribution)

## Quick Start

This is an Expo Go project. To get started:

```bash
bun install
bun ios # for iOS
# or
bun android # for Android
```

## Project Layout

```
src/
β”œβ”€β”€ animations/ # Where the magic happens
β”œβ”€β”€ navigation/ # Getting around the app
β”œβ”€β”€ components/ # Building blocks
└── utils/ # Helper functions
```

## Sponsors

If you find these animations helpful, consider supporting the project:

- πŸ’– [GitHub Sponsors](https://github.com/sponsors/enzomanuelmangano)
- ✨ [Demos](https://reactiive.io/demos)
- πŸŽ“ **Learn to build these animations**: Check out my course at [reanimate.dev](https://reanimate.dev). Dive deep into the world of React Native animations with this course, designed to guide you from the basics to advanced techniques

Your support helps maintain this project and support my open-source work!

## License

This project is licensed under a custom Software License Agreement. See [LICENSE.md](./LICENSE.md) for details.

**Key points:**

- βœ… Free for everyone (individuals and companies)
- βœ… Can use in commercial projects
- βœ… Can modify and customize for your needs
- ❌ Cannot resell or redistribute the code
- ❌ Cannot create competing animation libraries