From 846055c5367e58236ec6c1a3d9b91da129b2cf20 Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Wed, 22 Apr 2026 12:19:56 +0530 Subject: [PATCH] clean --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 1924c07..7f71786 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "start": "react-native start", "test": "jest", "postinstall": "patch-package", + "clean": "react-native-clean-project", "start:poll": "react-native start --watchFolders . --reset-cache --no-interactive --config metro.config.js" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index e00ec5b..cdc578e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5577,6 +5577,11 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== +fsevents@^2.3.2: + version "2.3.3" + resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"