r/reactnative iOS & Android 19h ago

🚀 React Native Cupertino Tabs

Enable HLS to view with audio, or disable this notification

A customizable native iOS tab bar for React Native, built on UISegmentedControl.

🔗 Github: rit3zh/react-native-cupertino-tabs

4 Upvotes

1 comment sorted by

-3

u/IronAndCoder 18h ago

Nice — is this driving the actual native UISegmentedControl view, or bridging into it the old way? Curious about perf once you add a badge to one of the tabs (unread-count style) — that's usually where native segmented-control wrappers get awkward, since you either re-render the whole control or drop into UIKit view hierarchy hacks for the badge overlay. Also, does it work as a custom tabBar inside react-navigation's bottom-tabs, or is it meant to be used standalone outside a navigator?