Skip to content

Commit

Permalink
docs(web): update the readme documentation about web (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri authored Dec 19, 2022
1 parent 92e716a commit fa1f9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added .github/Examples/Slider-Web-Example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<br>Currently supported on following platforms:
</p>

|iOS|Android|Windows|
|:-:|:-:|:-:|
|![iOS Screenshot](.github/Examples/Slider-iOS-Example.gif)|![Android Screenshot](.github/Examples/Slider-Android-Example.gif)|![Windows Screenshot](.github/Examples/Slider-Windows-Example.gif)|
|iOS|Android|Windows|Web|
|:-:|:-:|:-:|:-:|
|![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)|

## Installation & Usage

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

The following code presents the basic usage scenario of this library:
```javascript
Expand Down

0 comments on commit fa1f9ea

Please sign in to comment.