Skip to content

Development journal

Posts tagged: Developer Experience

Published notes filed under this topic.

RSS feed
React Native tooling

Why __DEV__ is false in release builds, and how we gated dev tools by config instead

7 min read

Written by: Jonathan Reis on

A developer shortcut hidden behind __DEV__ disappeared exactly when we needed it in a release build. Here is why that happens in React Native and how we moved the gate to runtime config.