Skip to content

Commit

Permalink
Show test crash option in staging builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel authored Aug 1, 2024
1 parent 3666caa commit a9dc9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TestCrash/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function TestCrash() {

return (
<View>
{isCrashlyticsDebugEnabled ? (
{isCrashlyticsDebugEnabled || !__DEV__ ? (
<TestToolRow title={toolRowTitle}>
<Button
small
Expand Down

0 comments on commit a9dc9cf

Please sign in to comment.