File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
<br >Currently supported on following platforms:
21
21
</p >
22
22
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 ) |
26
26
27
27
## Installation & Usage
28
28
35
35
npm install @react-native-community/slider --save
36
36
```
37
37
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 `
39
38
40
39
The following code presents the basic usage scenario of this library:
41
40
``` javascript
You can’t perform that action at this time.
0 commit comments