diff --git a/.github/Examples/Slider-Web-Example.gif b/.github/Examples/Slider-Web-Example.gif
new file mode 100644
index 00000000..21223750
Binary files /dev/null and b/.github/Examples/Slider-Web-Example.gif differ
diff --git a/README.md b/README.md
index 27665d78..122e5302 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@
Currently supported on following platforms:
-|iOS|Android|Windows|
-|:-:|:-:|:-:|
-||||
+|iOS|Android|Windows|Web|
+|:-:|:-:|:-:|:-:|
+|||||
## Installation & Usage
@@ -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`
-
For web support please use `@react-native-community/slider@next`
The following code presents the basic usage scenario of this library:
```javascript