Skip to content

Commit

Permalink
docs: add platforms to readme (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Jan 17, 2025
1 parent e01445f commit d43c4c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center">
React Native Bottom Tabs
<a href="https://callstackincubator.github.io/react-native-bottom-tabs/">React Native Bottom Tabs</a>
</h1>

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

<div align="center">

[![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)
[![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)
[![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)
Expand All @@ -17,12 +17,23 @@

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

## Supported Platforms

| Platform | |
|:---:|:---:|
| **iOS** | <img src="https://github.com/user-attachments/assets/93689d5f-2ea6-457d-8e0b-a7da6bd7018b" width="400" /> |
| **Android** | <img src="https://github.com/user-attachments/assets/5120a6d0-be92-44cf-a3bf-668944ad9475" width="400" /> |
| **iPadOS** | <img src="https://github.com/user-attachments/assets/1504949f-ed36-44cc-9153-373f9e584f44" width="400" /> |
| **visionOS** | <img src="https://github.com/user-attachments/assets/7d990950-b9bb-4a42-ab0c-fac975ffd098" width="400" /> |
| **tvOS** | <img src="https://github.com/user-attachments/assets/2fe8483d-73f9-408f-9315-100eee7bf2af" width="400" /> |
| **macOS** | <img src="https://github.com/user-attachments/assets/758decf4-6e70-4c55-8f2d-c16927f2c56d" width="400" /> |

## Package Versions

| Name | Latest Version |
| ---------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [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) |
| [@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) |
| [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) |
| [@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) |

## Documentation

Expand Down
Binary file modified docs/docs/public/img/android-tabs.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d43c4c6

Please sign in to comment.