Skip to content

Commit b98d9a3

Browse files
authored
docs: Add screenshot for web (#68)
1 parent 2183fd1 commit b98d9a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
React Native SegmentedControl library. Use SegmentedControl to render a UISegmentedControl iOS.
66

7-
For Android, it has a js implementation that mocks iOS 13 style of UISegmentedControl.
7+
For Android and Web, it has a js implementation that mocks iOS 13 style of UISegmentedControl.
88

9-
| iOS | Android |
10-
| --- | ---- |
11-
| <img src="https://user-images.githubusercontent.com/6936373/71608757-dc6ef680-2bc6-11ea-85be-aa31f25ecf36.png" width="320" /> | <img src="https://user-images.githubusercontent.com/6936373/79550655-9edd9d00-80d3-11ea-98bf-8b7c0b0798d3.png" width="320" /> |
9+
| iOS | Android | Web |
10+
| --- | ---- | --- |
11+
| <img src="https://user-images.githubusercontent.com/6936373/71608757-dc6ef680-2bc6-11ea-85be-aa31f25ecf36.png" width="320" /> | <img src="https://user-images.githubusercontent.com/6936373/79550655-9edd9d00-80d3-11ea-98bf-8b7c0b0798d3.png" width="320" /> | <img src="https://user-images.githubusercontent.com/6936373/79590620-3f52b200-8112-11ea-863b-236c4465fba6.png" width="640"/> |
1212

1313

1414

@@ -217,4 +217,4 @@ The library is released under the MIT licence. For more information see [`LICENS
217217
[npm-badge]: https://img.shields.io/npm/v/@react-native-community/segmented-control.svg?style=flat-square
218218
[lean-core-badge]: https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square
219219
[lean-core-issue]: https://github.com/facebook/react-native/issues/23313
220-
[support-badge]:https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg?style=flat-square
220+
[support-badge]:https://img.shields.io/badge/platforms-android%20|%20ios%20|%20web-lightgrey.svg?style=flat-square

0 commit comments

Comments
 (0)