software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.87k stars 1.3k forks source link

docs: add disclaimer about ready-to-use packages in Reanimated Cookbook #6182

Closed kacperkapusciak closed 2 months ago

kacperkapusciak commented 3 months ago

Reanimated Cookbook has a pure didactical purpose. While we provide the full code some of the developers might think that they have to reimplement the components every time.

In the ecosystem there are ready-to-use convenient packages that the developers could use out of the box to solve their problems

This PR adds two recommendations about the Bottom Sheet and Marquee example.