From 7ce3bc6e92c4eec30376e9a5d3e445648933fb05 Mon Sep 17 00:00:00 2001 From: Alex Kim Date: Mon, 18 Nov 2024 18:07:59 +1100 Subject: [PATCH] Fixed plugin not resolved issue --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 86ebe7d9..39154663 100644 --- a/app.json +++ b/app.json @@ -106,7 +106,7 @@ { "android": { "parentTheme": "Material3" } } ], ["react-native-bottom-tabs"], - ["plugins/withChangeNativeAndroidTextToWhite.js"] + ["./plugins/withChangeNativeAndroidTextToWhite.js"] ], "experiments": { "typedRoutes": true