Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/expo/packages/expo-constants/src/__tests__/
H A DConstants-test.ts48 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 DNavigationBar.js43 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 DNavigationBar.ts57 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 DvalidateDependenciesVersions-test.ts30 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 DUpdates.e2e.ts49 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 DSchemes-test.native.ts7 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 DLinking-test.ts39 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 DInsightsModule.swift31 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 DInsightsModule.swift31 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 Dtar-test.ts23 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 DLogType.swift14 case warn = 5
35 case .warn:
54 case .warn: in toOSLogType()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/
H A DLogType.swift14 case warn = 5
35 case .warn:
54 case .warn: in toOSLogType()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/
H A DLogType.swift14 case warn = 5
35 case .warn:
54 case .warn: in toOSLogType()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/
H A DLogType.swift14 case warn = 5
35 case .warn:
54 case .warn: in toOSLogType()
/expo/packages/expo-notifications/src/
H A DDevicePushTokenAutoRegistration.fx.ts57 console.warn(
74 console.warn(
103 console.warn(
115 console.warn(
/expo/packages/@expo/metro-config/src/transformer/
H A DcreateExoticTransformer.ts74 warn: true,
82 warn: true,
90 warn: true,
100 warn: true,
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Logging/
H A DUpdatesLogger.swift91 @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 DUpdatesLogger.swift91 @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 DDevicePushTokenAutoRegistration.fx.js39 …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 Dwarnings.ts17 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 DconfigAsync.ts37 warn: console.warn, constant
44 console.warn = function () {};
106 console.warn = loggingFunctions.warn;
/expo/packages/jest-expo/
H A Djest-preset.js19 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 DregisterForPushNotificationsAsync.ts39 console.warn(`API error sending push notification:`, error);
48 console.warn(
53 console.warn(receipt.__debug);
/expo/tools/src/publish-packages/tasks/
H A DcheckPackagesIntegrity.ts39 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 DcreateSafeStyledView.test.native.tsx10 const originalConsoleWarn = console.warn;
14 console.warn = jest.fn();
18 console.warn = originalConsoleWarn;
43 expect(console.warn).toBeCalledWith(`Unsupported position: 'fixed'`);

12345678910>>...23