okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://okwasniewski.github.io/react-native-bottom-tabs/
MIT License
619 stars 24 forks source link

Fix ios build on old xcode #144

Closed juliesaia-vendora closed 1 week ago

juliesaia-vendora commented 1 week ago

Version >=0.5.0 was failing to build on XCode 15.2:

func introspectTabView(closure: @escaping (UITabBarController) -> Void) -> some View {
  44 |     self
> 45 |       .introspect(
     |        ^ call to main actor-isolated instance method 'introspect' in a synchronous nonisolated context

I think it's related to a recent change to @MainActor in XCode 16?

Whatever the case, the package is building for me with this change 🙌