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 66cb3f5 commit f210909Copy full SHA for f210909
.changeset/brown-apricots-guess.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-native-bottom-tabs': patch
3
4
+
5
+fix(android): build issues ResourceDrawableIdHelper.instance
packages/react-native-bottom-tabs/android/src/main/java/com/rcttabview/ImageSource.kt
@@ -71,7 +71,7 @@ object ResourceIdHelper {
71
}
72
73
fun getResourceUri(context: Context, name: String): Uri? {
74
- val drawableUri = ResourceDrawableIdHelper.instance.getResourceDrawableUri(context, name)
+ val drawableUri = ResourceDrawableIdHelper.getInstance().getResourceDrawableUri(context, name)
75
if (drawableUri != Uri.EMPTY) {
76
return drawableUri
77
0 commit comments