Skip to content

Commit fa1f9ea

Browse files
authored
docs(web): update the readme documentation about web (#464)
1 parent 92e716a commit fa1f9ea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
8.74 MB
Loading

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<br>Currently supported on following platforms:
2121
</p>
2222

23-
|iOS|Android|Windows|
24-
|:-:|:-:|:-:|
25-
|![iOS Screenshot](.github/Examples/Slider-iOS-Example.gif)|![Android Screenshot](.github/Examples/Slider-Android-Example.gif)|![Windows Screenshot](.github/Examples/Slider-Windows-Example.gif)|
23+
|iOS|Android|Windows|Web|
24+
|:-:|:-:|:-:|:-:|
25+
|![iOS Screenshot](.github/Examples/Slider-iOS-Example.gif)|![Android Screenshot](.github/Examples/Slider-Android-Example.gif)|![Windows Screenshot](.github/Examples/Slider-Windows-Example.gif)|![Web Screenshot](.github/Examples/Slider-Web-Example.gif)|
2626

2727
## Installation & Usage
2828

@@ -35,7 +35,6 @@ or
3535
npm install @react-native-community/slider --save
3636
```
3737
If using iOS please remember to install cocoapods by running: `npx pod-install`
38-
<br/>For web support please use `@react-native-community/slider@next`
3938

4039
The following code presents the basic usage scenario of this library:
4140
```javascript

0 commit comments

Comments
 (0)