Replies: 1 comment
-
Hey! Migration to Do you have an idea how the API could look like on JS side? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TabView | Apple Developer Documentation
Elevate your tab and sidebar experience in iPadOS
tabItem is deprecated
tabItem
is deprecated.I tried below example and it worked.
Bug
The only bug I've encountered so far is related to navigation between tabs. When I select
tab0
first, which is registered by ExpoRouter, and then navigate toTab("Test 0")
, there is an issue when trying to return totab0
.I suspect the issue arises because the key
test-0
tab is hardcoded as a testing dummy so it does not exist in props. Here’s the relevant code section:Preview
Tabs are same as current

TabSection:
Beta Was this translation helpful? Give feedback.
All reactions