Home
last modified time | relevance | path

Searched refs:__DEV__ (Results 1 – 25 of 112) sorted by relevance

12345

/expo/packages/expo-updates/src/__tests__/
H A DUpdates-test.node.ts4 const old__DEV__ = __DEV__;
6 __DEV__ = false;
11 __DEV__ = old__DEV__;
H A DUpdates-test.ios.ts12 old__DEV__ = __DEV__;
14 __DEV__ = false;
19 __DEV__ = old__DEV__;
/expo/packages/expo-asset/src/__tests__/
H A DLocalAssets-test.native.ts45 expect(__DEV__).toBeTruthy();
52 __DEV__ = false;
57 __DEV__ = true;
/expo/packages/expo-linking/src/
H A DSchemes.ts110 if (__DEV__ && !options.isSilent) {
115 } else if (!__DEV__ || Constants.executionEnvironment !== ExecutionEnvironment.StoreClient) {
139 if (__DEV__) {
/expo/packages/expo-linking/build/
H A DSchemes.js90 if (__DEV__ && !options.isSilent) {
94 else if (!__DEV__ || Constants.executionEnvironment !== ExecutionEnvironment.StoreClient) {
113 if (__DEV__) {
/expo/packages/jest-expo/src/preset/
H A Dsetup-web.js3 global.__DEV__ = true;
/expo/packages/expo/src/
H A DExpo.fx.web.tsx4 // Use a wrapper `__DEV__` to remove this entire block in production.
5 if (__DEV__) {
/expo/packages/expo/build/
H A DExpo.fx.web.js5 if (__DEV__) {
/expo/apps/native-tests/
H A Dindex.js9 if (__DEV__) {
/expo/packages/expo-yarn-workspaces/bin/
H A DAppEntry.template.js7 if (__DEV__) {
/expo/apps/eas-expo-go/
H A Dindex.js9 if (__DEV__) {
/expo/packages/expo-module-scripts/
H A Deslintrc.base.js8 globals: { __DEV__: true }, property
/expo/packages/expo-modules-core/build/environment/
H A Dbrowser.js6 if (__DEV__) {
/expo/packages/expo-constants/src/
H A DExponentConstants.web.ts12 declare let __DEV__: boolean; variable
133 return __DEV__;
/expo/packages/expo-modules-core/src/environment/
H A Dbrowser.ts10 if (__DEV__) {
/expo/packages/expo-updates/build/
H A DUpdates.js116 if (!ExpoUpdates?.nativeDebug && __DEV__ && !isUsingExpoDevelopmentClient) {
140 if (!ExpoUpdates?.nativeDebug && (__DEV__ || isUsingDeveloperTool)) {
220 if (!ExpoUpdates?.nativeDebug && (__DEV__ || isUsingDeveloperTool)) {
/expo/packages/expo/src/launch/
H A DwithDevTools.tsx8 // This hook can be optionally imported because __DEV__ never changes during runtime.
9 // Using __DEV__ like this enables tree shaking to remove the hook in production.
H A DwithDevTools.ios.tsx13 // This hook can be optionally imported because __DEV__ never changes during runtime.
14 // Using __DEV__ like this enables tree shaking to remove the hook in production.
/expo/packages/expo-apple-authentication/build/
H A DAppleAuthenticationButton.js29 if (__DEV__) {
/expo/packages/expo-updates/src/
H A DUpdates.ts143 if (!ExpoUpdates?.nativeDebug && __DEV__ && !isUsingExpoDevelopmentClient) {
171 if (!ExpoUpdates?.nativeDebug && (__DEV__ || isUsingDeveloperTool)) {
266 if (!ExpoUpdates?.nativeDebug && (__DEV__ || isUsingDeveloperTool)) {
/expo/packages/expo-clipboard/build/
H A DClipboardPasteButton.js23 if (__DEV__) {
/expo/packages/expo-notifications/build/
H A DpresentNotificationAsync.js13 if (__DEV__ && !warningMessageShown) {
/expo/packages/expo-notifications/src/
H A DpresentNotificationAsync.ts20 if (__DEV__ && !warningMessageShown) {
/expo/packages/expo-modules-core/src/sweet/
H A DsetUpErrorManager.fx.ts6 if (__DEV__ && Platform.OS === 'android' && NativeErrorManager) {
/expo/packages/expo-auth-session/src/
H A DSessionUrlProvider.ts56 if (__DEV__) {
78 if (__DEV__) {

12345