What is the difference between React Native JS Bottom Tabs and Native Bottom Tabs? 👀
Native bottom tabs use native platform primitives to render tabs (TabView from SwiftUI and BottomNavigationView on Android), while JS Tabs recreate this UI as closely as possible.
This approach works well but tabs can have different appearances on different platforms, here is an example: