From 5580bf21b518a082a60ecf0b27fa6f90cf6b835c Mon Sep 17 00:00:00 2001 From: SIGSEGV <64427140+Wayeet@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:56:45 +0100 Subject: [PATCH] Update slider docs to advise users of the new project --- website/docs/slider.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/slider.md b/website/docs/slider.md index 87090377..2d93ea39 100644 --- a/website/docs/slider.md +++ b/website/docs/slider.md @@ -29,6 +29,10 @@ Uses following `theme` properties: - `primaryColor` - minimum track tint color - `dividerColor` - maximum track tint color +### Deprecation Notice +This component has been removed from **react-native core**. +Instead install it from **@react-native-community/slider** by following the instructions in the new [repository](https://github.com/callstack/react-native-slider). + ## Props ### `maxIconColor` (optional)