Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update platform images in how is it different #109

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions docs/docs/docs/getting-started/how-is-it-different.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,30 @@ React Navigation already has Bottom Tabs implementation, so you might wonder wha

## Distinctive features


### Animations handled by the system

Thanks to TabView being native **all tab bar animations are driven by the system** meaning there is less work for the JavaScript thread to handle making the animations smoother.


<video controls width="100%" src="https://github.com/user-attachments/assets/a2835833-9589-4fd6-b760-e73a5025ca4c" />

### Multi platform support

Native Bottom tabs adapt to platform apperance on multiple platforms:
Native Bottom tabs adapt to platform apperance on multiple platforms. You always get natively looking tabs!

| Platform | |
|:---:|:---:|
| **iOS** | <img src="../../public/img/ios-tabs.jpeg" width="400" /> |
| **Android** | <img src="../../public/img/android-tabs.jpeg" width="400" /> |
| **iPadOS** | <img src="../../public/img/ipadOS-tabs.jpeg" width="400" /> |
| **visionOS** | <img src="../../public/img/visionos-tabs.jpeg" width="400" /> |
| **tvOS** | <img src="../../public/img/tvos-tabs.jpeg" width="400" /> |
| **macOS** | Coming soon |

### Automatic scroll to top

iOS TabView automatically scrolls to top when ScrollView is embeded inside of it.

- iOS
- Android
- visionOS
- macOS (coming soon)
- tvOS (coming soon)
No need for custom scroll to top handling.

### Sidebar Adaptable

Expand Down
Binary file added 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.
Binary file added docs/docs/public/img/ios-tabs.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/public/img/ipadOS-tabs.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/public/img/tvos-tabs.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/public/img/visionos-tabs.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading