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 53fcbbc commit 640ed84Copy full SHA for 640ed84
.changeset/mighty-carrots-worry.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-native-bottom-tabs': patch
3
4
+
5
+fix(android): tab bar label blinking on select
packages/react-native-bottom-tabs/android/build.gradle
@@ -117,7 +117,7 @@ dependencies {
117
//noinspection GradleDynamicVersion
118
implementation "com.facebook.react:react-native:+"
119
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
120
- implementation 'com.google.android.material:material:1.13.0-alpha06'
+ implementation 'com.google.android.material:material:1.13.0-alpha09'
121
122
implementation("io.coil-kt.coil3:coil:${COIL_VERSION}")
123
implementation("io.coil-kt.coil3:coil-network-okhttp:${COIL_VERSION}")
0 commit comments