From 8e0360d0d9f32ef2f0c6ff942926e896c3353e95 Mon Sep 17 00:00:00 2001 From: kacperkapusciak Date: Fri, 28 Jun 2024 12:31:59 +0200 Subject: [PATCH] docs: add disclaimer about ready-to-use packages in cookbook --- packages/docs-reanimated/blog/bottom-sheet.md | 2 ++ packages/docs-reanimated/blog/marquee.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/docs-reanimated/blog/bottom-sheet.md b/packages/docs-reanimated/blog/bottom-sheet.md index 9788be666fc..96e75b83be7 100644 --- a/packages/docs-reanimated/blog/bottom-sheet.md +++ b/packages/docs-reanimated/blog/bottom-sheet.md @@ -5,6 +5,8 @@ title: Bottom Sheet Bottom sheets are surfaces containing supplementary content, anchored to the bottom of the screen. They can provide users with quick access to contextual information, actions, or settings without interrupting their current workflow. +Looking for a ready-to-use solution? We recommend [@gorhom/bottom-sheet](https://www.npmjs.com/package/@gorhom/bottom-sheet). + import BottomSheet from '@site/static/examples/BottomSheet'; import BottomSheetSrc from '!!raw-loader!@site/static/examples/BottomSheet'; import ExampleVideo from '@site/src/components/ExampleVideo'; diff --git a/packages/docs-reanimated/blog/marquee.md b/packages/docs-reanimated/blog/marquee.md index fa183c129d8..bb6cc13c4a5 100644 --- a/packages/docs-reanimated/blog/marquee.md +++ b/packages/docs-reanimated/blog/marquee.md @@ -5,6 +5,8 @@ title: Marquee A marquee is an element used to display scrolling content horizontally within a confined space. It's commonly seen in applications to information such as news tickers, advertisements, or any content that needs continuous display within a limited area. +Looking for a ready-to-use solution? We recommend [@animatereactnative/marquee](https://www.npmjs.com/package/@animatereactnative/marquee). + import Marquee from '@site/static/examples/Marquee'; import MarqueeSrc from '!!raw-loader!@site/static/examples/Marquee'; import ExampleVideo from '@site/src/components/ExampleVideo';