We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4849a38 commit 7cbf589Copy full SHA for 7cbf589
.changeset/tricky-waves-tap.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-native-bottom-tabs": patch
3
4
+
5
+fix(android): remove unnecessary override causing issues
packages/react-native-bottom-tabs/android/src/newarch/RCTTabViewManager.kt
@@ -158,9 +158,6 @@ class RCTTabViewManager(context: ReactApplicationContext) :
158
override fun setTranslucent(view: ReactBottomNavigationView?, value: Boolean) {
159
}
160
161
- override fun setIgnoresTopSafeArea(view: ReactBottomNavigationView?, value: Boolean) {
162
- }
163
-
164
override fun setSidebarAdaptable(view: ReactBottomNavigationView?, value: Boolean) {
165
166
0 commit comments