From 7a4a71801f614d8fb2dff0fe96637425775840c0 Mon Sep 17 00:00:00 2001 From: Fraol Lemecha Date: Fri, 22 Nov 2024 10:25:06 +0300 Subject: [PATCH] fix: typo in description for enabling react native support --- src/modules/integrations/android.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/integrations/android.nix b/src/modules/integrations/android.nix index 90262bf6e..2d4a6ee72 100644 --- a/src/modules/integrations/android.nix +++ b/src/modules/integrations/android.nix @@ -246,7 +246,7 @@ in type = lib.types.bool; default = false; description = '' - Whether to include the Flutter tools. + Whether to include the React Native tools. ''; }; };