Skip to content

Commit 7a72fd3

Browse files
authoredFeb 17, 2025··
Remove migration instruction and link the Slider channel on Discord (#685)
* Remove the migration part * Link the Discord channel of Slider
1 parent 0cb2234 commit 7a72fd3

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed
 

‎README.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,10 @@ import Slider from '@react-native-community/slider';
5151

5252
Check out the [example project](example) for more examples.
5353

54-
---
55-
56-
**Migrating from the core `react-native` module**
57-
58-
This module was created when the Slider was split out from the core of React Native.
59-
<br/>To migrate to this module you need to follow the installation instructions above and then change you imports from:
60-
61-
```javascript
62-
import { Slider } from 'react-native';
63-
```
64-
65-
to:
54+
### Reach out on Discord
6655

67-
```javascript
68-
import Slider from '@react-native-community/slider';
69-
```
56+
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).
57+
<br/>See you there!
7058

7159
## React Native Compatibility
7260
To use this library you need to ensure you are using the correct version of React Native.

0 commit comments

Comments
 (0)