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 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 @@ -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