| /expo/packages/expo-constants/src/__tests__/ |
| H A D | Constants-test.ts | 48 const originalWarn = console.warn; 50 console.warn = jest.fn(); 52 afterEach(() => (console.warn = originalWarn)); 98 expect(console.warn).toHaveBeenCalledWith( 110 expect(console.warn).toHaveBeenCalledWith( 122 expect(console.warn).not.toHaveBeenCalled(); 130 expect(console.warn).not.toHaveBeenCalled(); 142 expect(console.warn).toHaveBeenCalledWith( 149 expect(console.warn).toHaveBeenCalledWith( 195 expect(console.warn).toHaveBeenCalledWith( [all …]
|
| /expo/packages/expo-navigation-bar/build/ |
| H A D | NavigationBar.js | 43 console.warn('`setBackgroundColorAsync` is only available on Android'); 60 console.warn('`getBackgroundColorAsync` is only available on Android'); 76 console.warn('`setBorderColorAsync` is only available on Android'); 93 console.warn('`getBorderColorAsync` is only available on Android'); 109 console.warn('`setVisibilityAsync` is only available on Android'); 125 console.warn('`getVisibilityAsync` is only available on Android'); 141 console.warn('`setButtonStyleAsync` is only available on Android'); 157 console.warn('`getButtonStyleAsync` is only available on Android'); 180 console.warn('`setPositionAsync` is only available on Android'); 223 console.warn('`setBehaviorAsync` is only available on Android'); [all …]
|
| /expo/packages/expo-navigation-bar/src/ |
| H A D | NavigationBar.ts | 57 console.warn('`setBackgroundColorAsync` is only available on Android'); 75 console.warn('`getBackgroundColorAsync` is only available on Android'); 92 console.warn('`setBorderColorAsync` is only available on Android'); 110 console.warn('`getBorderColorAsync` is only available on Android'); 128 console.warn('`setVisibilityAsync` is only available on Android'); 145 console.warn('`getVisibilityAsync` is only available on Android'); 162 console.warn('`setButtonStyleAsync` is only available on Android'); 179 console.warn('`getButtonStyleAsync` is only available on Android'); 203 console.warn('`setPositionAsync` is only available on Android'); 248 console.warn('`setBehaviorAsync` is only available on Android'); [all …]
|
| /expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/ |
| H A D | validateDependenciesVersions-test.ts | 30 asMock(Log.warn).mockImplementation(console.log); 41 expect(Log.warn).toHaveBeenNthCalledWith( 45 expect(Log.warn).toHaveBeenNthCalledWith(2, expect.stringContaining('expected version')); 83 asMock(Log.warn).mockReset(); 105 expect(Log.warn).toHaveBeenNthCalledWith( 109 expect(Log.warn).toHaveBeenNthCalledWith(2, expect.stringContaining('expo-splash-screen')); 110 expect(Log.warn).toHaveBeenNthCalledWith(3, expect.stringContaining('expo-updates')); 114 asMock(Log.warn).mockReset(); 137 expect(Log.warn).toHaveBeenNthCalledWith( 141 expect(Log.warn).toHaveBeenCalledWith(expect.stringContaining('expo-updates')); [all …]
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | Updates.e2e.ts | 49 console.warn(`Error in parsing logs: ${e}`); 75 console.warn(`Platform = ${platform}`); 262 console.warn( 550 console.warn(`isUpdatePending = ${isUpdatePending}`); 552 console.warn(`isRollback = ${isRollback}`); 579 console.warn(`isRollback2 = ${isRollback2}`); 600 console.warn(`isRollback3 = ${isRollback3}`); 627 console.warn(`isRollback4 = ${isRollback4}`); 653 console.warn(`isRollback5 = ${isRollback5}`); 672 console.warn(`isRollback6 = ${isRollback6}`); [all …]
|
| /expo/packages/expo-linking/src/__tests__/ |
| H A D | Schemes-test.native.ts | 7 const consoleWarn = console.warn; 12 console.warn = consoleWarn; 18 console.warn = jest.fn(); 67 const consoleWarn = console.warn; 72 console.warn = consoleWarn; 78 console.warn = jest.fn(); 93 expect(console.warn).toBeCalled(); 140 expect(console.warn).toBeCalled(); 156 expect(console.warn).toBeCalled();
|
| H A D | Linking-test.ts | 39 const consoleWarn = console.warn; 47 console.warn = jest.fn(); 54 console.warn = consoleWarn; 78 console.warn = jest.fn(); 85 console.warn = consoleWarn;
|
| /expo/ios/versioned/sdk49/ExpoInsights/ |
| H A D | InsightsModule.swift | 31 log.warn("Insights: Unable to read the manifest") in dispatchLaunchEvent() 35 log.warn("Insights: Unable to get the project ID") in dispatchLaunchEvent() 50 log.warn("Insights: The URL for the HTTP endpoint is invalid: \(endpointUrl)") in dispatchEvent() 64 log.warn("Insights: Cannot create an URL instance from the given query: \(urlComponents.query)") in dispatchEvent() 74 log.warn("Insights: Unexpectedly the response is not of HTTPURLResponse type") in dispatchEvent() 78 …log.warn("Insights: Server responded with status code \(response.statusCode) for event \(eventName… in dispatchEvent()
|
| /expo/packages/expo-insights/ios/ |
| H A D | InsightsModule.swift | 31 log.warn("Insights: Unable to read the manifest") in dispatchLaunchEvent() 35 log.warn("Insights: Unable to get the project ID") in dispatchLaunchEvent() 50 log.warn("Insights: The URL for the HTTP endpoint is invalid: \(endpointUrl)") in dispatchEvent() 64 log.warn("Insights: Cannot create an URL instance from the given query: \(urlComponents.query)") in dispatchEvent() 74 log.warn("Insights: Unexpectedly the response is not of HTTPURLResponse type") in dispatchEvent() 78 …log.warn("Insights: Server responded with status code \(response.statusCode) for event \(eventName… in dispatchEvent()
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | tar-test.ts | 23 asMock(Log.warn).mockClear(); 40 expect(Log.warn).toBeCalledTimes(1); 41 expect(Log.warn).toHaveBeenLastCalledWith( 56 expect(Log.warn).toBeCalledTimes(0); 67 expect(Log.warn).toBeCalledTimes(0);
|
| /expo/packages/expo-modules-core/ios/Swift/Logging/ |
| H A D | LogType.swift | 14 case warn = 5 35 case .warn: 54 case .warn: in toOSLogType()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | LogType.swift | 14 case warn = 5 35 case .warn: 54 case .warn: in toOSLogType()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | LogType.swift | 14 case warn = 5 35 case .warn: 54 case .warn: in toOSLogType()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | LogType.swift | 14 case warn = 5 35 case .warn: 54 case .warn: in toOSLogType()
|
| /expo/packages/expo-notifications/src/ |
| H A D | DevicePushTokenAutoRegistration.fx.ts | 57 console.warn( 74 console.warn( 103 console.warn( 115 console.warn(
|
| /expo/packages/@expo/metro-config/src/transformer/ |
| H A D | createExoticTransformer.ts | 74 warn: true, 82 warn: true, 90 warn: true, 100 warn: true,
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogger.swift | 91 @objc(warn:code:updateId:assetId:) 92 public func warn( 98 …let entry = logEntryString(message: message, code: code, level: .warn, updateId: updateId, assetId… 99 logger.warn(entry) 102 @objc(warn:code:) 103 public func warn( 107 warn(message: message, code: code, updateId: nil, assetId: nil) 110 @objc(warn:) 111 public func warn(message: String) { in warn() function 112 warn(message: message, code: .none) in warn()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogger.swift | 91 @objc(warn:code:updateId:assetId:) 92 public func warn( 98 …let entry = logEntryString(message: message, code: code, level: .warn, updateId: updateId, assetId… 99 logger.warn(entry) 102 @objc(warn:code:) 103 public func warn( 107 warn(message: message, code: code, updateId: nil, assetId: nil) 110 @objc(warn:) 111 public func warn(message: String) { in warn() function 112 warn(message: message, code: .none) in warn()
|
| /expo/packages/expo-notifications/build/ |
| H A D | DevicePushTokenAutoRegistration.fx.js | 39 …console.warn('[expo-notifications] Error encountered while fetching registration information for a… 52 …console.warn('[expo-notifications] Error encountered while updating server registration with lates… 76 …console.warn('[expo-notifications] Error encountered while updating server registration with lates… 85 …console.warn(`[expo-notifications] Error encountered while fetching auto-registration state, new t…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | warnings.ts | 17 console.warn(formatWarning('android', property, text, link)); 32 console.warn(formatWarning('ios', property, text, link)); 41 console.warn(formatWarning(platform, property, text, link));
|
| /expo/packages/@expo/cli/src/config/ |
| H A D | configAsync.ts | 37 warn: console.warn, constant 44 console.warn = function () {}; 106 console.warn = loggingFunctions.warn;
|
| /expo/packages/jest-expo/ |
| H A D | jest-preset.js | 19 console.warn(`Expected react-native/jest-preset to define transform[${defaultAssetNamePattern}]`); 32 console.warn(`Expected react-native/jest-preset to define a transformIgnorePatterns array`); 38 console.warn(
|
| /expo/apps/native-component-list/src/api/ |
| H A D | registerForPushNotificationsAsync.ts | 39 console.warn(`API error sending push notification:`, error); 48 console.warn( 53 console.warn(receipt.__debug);
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | checkPackagesIntegrity.ts | 39 logger.warn(`\n⚠️ Integrity checks failed for ${green(pkg.packageName)}.`); 42 logger.warn(` Cannot find ${blue('gitHead')} in package view.`); 44 logger.warn( 49 logger.warn(
|
| /expo/packages/html-elements/src/css/__tests__/ |
| H A D | createSafeStyledView.test.native.tsx | 10 const originalConsoleWarn = console.warn; 14 console.warn = jest.fn(); 18 console.warn = originalConsoleWarn; 43 expect(console.warn).toBeCalledWith(`Unsupported position: 'fixed'`);
|