From 07af07ce70d267d61a36d69156ec4c9c34396aaf Mon Sep 17 00:00:00 2001 From: BartoszKlonowski Date: Fri, 14 Feb 2025 15:59:17 +0100 Subject: [PATCH 1/2] Remove the migration part --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index b512e068..4a960173 100644 --- a/README.md +++ b/README.md @@ -51,23 +51,6 @@ import Slider from '@react-native-community/slider'; Check out the [example project](example) for more examples. ---- - -**Migrating from the core `react-native` module** - -This module was created when the Slider was split out from the core of React Native. -
To migrate to this module you need to follow the installation instructions above and then change you imports from: - -```javascript -import { Slider } from 'react-native'; -``` - -to: - -```javascript -import Slider from '@react-native-community/slider'; -``` - ## React Native Compatibility To use this library you need to ensure you are using the correct version of React Native. From fb3ee6c462a1a2784421e708a8319b132606f3ba Mon Sep 17 00:00:00 2001 From: BartoszKlonowski Date: Fri, 14 Feb 2025 16:11:31 +0100 Subject: [PATCH 2/2] Link the Discord channel of Slider --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a960173..188a3558 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ import Slider from '@react-native-community/slider'; Check out the [example project](example) for more examples. +### Reach out on Discord + +If you have any questions, issues or any other topic that you need an advise in, reach out to us on our channel on Discord under this 👉 [link](https://discord.com/channels/426714625279524876/1339942689524678737). +
See you there! + ## React Native Compatibility To use this library you need to ensure you are using the correct version of React Native.