From a9dc9cf2d7d9790cc882369127036e2d74358dea Mon Sep 17 00:00:00 2001 From: Shridhar Goel <35566748+ShridharGoel@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:41:37 +0530 Subject: [PATCH] Show test crash option in staging builds --- src/components/TestCrash/index.native.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TestCrash/index.native.tsx b/src/components/TestCrash/index.native.tsx index 677f6b38d247..7cf22f667f4b 100644 --- a/src/components/TestCrash/index.native.tsx +++ b/src/components/TestCrash/index.native.tsx @@ -18,7 +18,7 @@ function TestCrash() { return ( - {isCrashlyticsDebugEnabled ? ( + {isCrashlyticsDebugEnabled || !__DEV__ ? (