# Native Tabs Migration (SDK 55) In SDK 55, `Label`, `Icon`, `Badge`, and `VectorIcon` are now accessed as static properties on `NativeTabs.Trigger` rather than separate imports. ## Import Changes ```tsx // SDK 53/54 import { NativeTabs, Icon, Label, Badge, VectorIcon, } from "expo-router/unstable-native-tabs"; // SDK 55+ import { NativeTabs } from "expo-router/unstable-native-tabs"; ``` ## Component Changes | SDK 53/54 | SDK 55+ | | ---------------- | ----------------------------------- | | `` | `` | | `