Skip to content

Commit d43c4c6

Browse files
authored
docs: add platforms to readme (#243)
1 parent e01445f commit d43c4c6

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h1 align="center">
2-
React Native Bottom Tabs
2+
<a href="https://callstackincubator.github.io/react-native-bottom-tabs/">React Native Bottom Tabs</a>
33
</h1>
44

55
<p align="center">
66
<strong>Bottom Tabs that use native platform primitives.</strong><br>
77
</p>
88

99
<div align="center">
10-
10+
1111
[![mit licence](https://img.shields.io/dub/l/vibe-d.svg?style=for-the-badge)](https://github.com/okwasniewski/react-native-bottom-tabs/blob/main/LICENSE)
1212
[![npm version](https://img.shields.io/npm/v/react-native-bottom-tabs?style=for-the-badge)](https://www.npmjs.org/package/react-native-bottom-tabs)
1313
[![npm downloads](https://img.shields.io/npm/dt/react-native-bottom-tabs.svg?style=for-the-badge)](https://www.npmjs.org/package/react-native-bottom-tabs)
@@ -17,12 +17,23 @@
1717

1818
https://github.com/user-attachments/assets/fbdd9ce2-f4b9-4d0c-bd91-2e62bb422d69
1919

20+
## Supported Platforms
21+
22+
| Platform | |
23+
|:---:|:---:|
24+
| **iOS** | <img src="https://github.com/user-attachments/assets/93689d5f-2ea6-457d-8e0b-a7da6bd7018b" width="400" /> |
25+
| **Android** | <img src="https://github.com/user-attachments/assets/5120a6d0-be92-44cf-a3bf-668944ad9475" width="400" /> |
26+
| **iPadOS** | <img src="https://github.com/user-attachments/assets/1504949f-ed36-44cc-9153-373f9e584f44" width="400" /> |
27+
| **visionOS** | <img src="https://github.com/user-attachments/assets/7d990950-b9bb-4a42-ab0c-fac975ffd098" width="400" /> |
28+
| **tvOS** | <img src="https://github.com/user-attachments/assets/2fe8483d-73f9-408f-9315-100eee7bf2af" width="400" /> |
29+
| **macOS** | <img src="https://github.com/user-attachments/assets/758decf4-6e70-4c55-8f2d-c16927f2c56d" width="400" /> |
30+
2031
## Package Versions
2132

2233
| Name | Latest Version |
2334
| ---------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------: |
24-
| [react-native-bottom-tabs](/packages/react-native-bottom-tabs) | [![badge](https://img.shields.io/npm/v/react-native-bottom-tabs.svg)](https://www.npmjs.com/package/react-native-bottom-tabs) |
25-
| [@bottom-tabs/react-navigation](/packages/react-navigation) | [![badge](https://img.shields.io/npm/v/@bottom-tabs/react-navigation.svg)](https://www.npmjs.com/package/@bottom-tabs/react-navigation) |
35+
| [react-native-bottom-tabs](/packages/react-native-bottom-tabs) | [![badge](https://img.shields.io/npm/v/react-native-bottom-tabs?style=for-the-badge)](https://www.npmjs.com/package/react-native-bottom-tabs) |
36+
| [@bottom-tabs/react-navigation](/packages/react-navigation) | [![badge](https://img.shields.io/npm/v/@bottom-tabs/react-navigation.svg?style=for-the-badge)](https://www.npmjs.com/package/@bottom-tabs/react-navigation) |
2637

2738
## Documentation
2839

-3.39 KB
Loading

0 commit comments

Comments
 (0)