From 47112a3c641e01151bed04e36e3692665fc74777 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 11 Aug 2025 16:24:31 -0700 Subject: [PATCH] Add trick about deleting .rnef to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d54f9b781825..26997b95e4f1 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ variables referenced here get updated since your local `.env` file is ignored. - `E2E_TESTING` (optional) - This needs to be set to `true` when running the e2e tests for performance regression testing. This happens usually automatically, read [this](tests/e2e/README.md) for more information +> If your changes to .env aren't having an effect, try `rm -rf .rnef`, then re-run `npm run ios` or `npm run android` + ---- # Testing on browsers in simulators and emulators