react-native-navigation 8.7.9-snapshot.2367 → 8.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,15 +111,6 @@
|
|
|
111
111
|
self.tabBar.scrollEdgeAppearance = [appearance copy];
|
|
112
112
|
}
|
|
113
113
|
#endif
|
|
114
|
-
|
|
115
|
-
for (UIViewController *childViewController in self.tabBarController.childViewControllers) {
|
|
116
|
-
childViewController.tabBarItem.standardAppearance = [appearance copy];
|
|
117
|
-
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 150000
|
|
118
|
-
if (@available(iOS 15.0, *)) {
|
|
119
|
-
childViewController.tabBarItem.scrollEdgeAppearance = [appearance copy];
|
|
120
|
-
}
|
|
121
|
-
#endif
|
|
122
|
-
}
|
|
123
114
|
}
|
|
124
115
|
|
|
125
116
|
@end
|