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__ ? (