/** * React Native 全局常量声明。 * * 说明:`__DEV__` 在运行时由 RN 注入,用于区分开发/生产环境。 * 这里补充 TypeScript 声明,避免在代码里使用时出现类型报错。 */ declare const __DEV__: boolean;