Searched refs:LogBoxMessage (Results 1 – 17 of 17) sorted by relevance
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxMessage-test.js.snap | 3 exports[`LogBoxMessage Should handle multiple links 1`] = ` 31 exports[`LogBoxMessage Should handle truncated links 1`] = ` 49 exports[`LogBoxMessage Should make links tappable 1`] = ` 64 exports[`LogBoxMessage Should strip "TransformError " without breaking substitution 1`] = ` 80 exports[`LogBoxMessage Should strip "Warning: " without breaking substitution 1`] = ` 96 exports[`LogBoxMessage Should strip "Warning: Warning: " without breaking substitution 1`] = ` 112 exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = ` 118 exports[`LogBoxMessage should render a plaintext message with no substitutions 1`] = ` 124 exports[`LogBoxMessage should render message 1`] = ` 130 exports[`LogBoxMessage should render message truncated to 6 chars 1`] = ` [all …]
|
| H A D | LogBoxInspectorMessageHeader-test.js.snap | 62 <LogBoxMessage 139 <LogBoxMessage 216 <LogBoxMessage 306 <LogBoxMessage 383 <LogBoxMessage 460 <LogBoxMessage
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxMessage-test.js.snap | 3 exports[`LogBoxMessage Should strip "TransformError " without breaking substitution 1`] = ` 19 exports[`LogBoxMessage Should strip "Warning: " without breaking substitution 1`] = ` 35 exports[`LogBoxMessage Should strip "Warning: Warning: " without breaking substitution 1`] = ` 51 exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = ` 57 exports[`LogBoxMessage should render a plaintext message with no substitutions 1`] = ` 63 exports[`LogBoxMessage should render message 1`] = ` 71 exports[`LogBoxMessage should render message truncated to 6 chars 1`] = ` 79 exports[`LogBoxMessage should render message with substitution 1`] = ` 95 exports[`LogBoxMessage should render message with substitution, truncating the first word 3 letters… 116 exports[`LogBoxMessage should render message with substitution, truncating the third word 2 letters… [all …]
|
| H A D | LogBoxInspectorMesageHeader-test.js.snap | 62 <LogBoxMessage 139 <LogBoxMessage 216 <LogBoxMessage 306 <LogBoxMessage 383 <LogBoxMessage 460 <LogBoxMessage
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxMessage-test.js.snap | 3 exports[`LogBoxMessage Should strip "TransformError " without breaking substitution 1`] = ` 19 exports[`LogBoxMessage Should strip "Warning: " without breaking substitution 1`] = ` 35 exports[`LogBoxMessage Should strip "Warning: Warning: " without breaking substitution 1`] = ` 51 exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = ` 57 exports[`LogBoxMessage should render a plaintext message with no substitutions 1`] = ` 63 exports[`LogBoxMessage should render message 1`] = ` 71 exports[`LogBoxMessage should render message truncated to 6 chars 1`] = ` 79 exports[`LogBoxMessage should render message with substitution 1`] = ` 95 exports[`LogBoxMessage should render message with substitution, truncating the first word 3 letters… 116 exports[`LogBoxMessage should render message with substitution, truncating the third word 2 letters… [all …]
|
| H A D | LogBoxInspectorMesageHeader-test.js.snap | 62 <LogBoxMessage 139 <LogBoxMessage 216 <LogBoxMessage 306 <LogBoxMessage 383 <LogBoxMessage 460 <LogBoxMessage
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/toast/ |
| H A D | ErrorToastMessage.tsx | 5 import { LogBoxMessage } from '../UI/LogBoxMessage'; 11 {message && <LogBoxMessage plaintext message={message} style={styles.substitutionText} />}
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | LogBoxMessage.js | 6 exports.LogBoxMessage = void 0; 17 function LogBoxMessage(props) { class 52 exports.LogBoxMessage = LogBoxMessage;
|
| H A D | LogBoxMessage.d.ts.map | 1 {"version":3,"file":"LogBoxMessage.d.ts","sourceRoot":"","sources":["../../../src/error-overlay/UI/…
|
| H A D | LogBoxMessage.d.ts | 9 export declare function LogBoxMessage(props: Props): JSX.Element; function
|
| H A D | LogBoxMessage.js.map | 1 …LogBoxMessage.js","sourceRoot":"","sources":["../../../src/error-overlay/UI/LogBoxMessage.tsx"],"n…
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/toast/ |
| H A D | ErrorToastMessage.js.map | 1 …LogBoxMessage } from '../UI/LogBoxMessage';\nimport * as LogBoxStyle from '../UI/LogBoxStyle';\n\n…
|
| H A D | ErrorToastMessage.js | 35 …yles.text }, message && react_1.default.createElement(LogBoxMessage_1.LogBoxMessage, { plaintext: …
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/overlay/ |
| H A D | LogBoxInspectorMessageHeader.tsx | 13 import { LogBoxMessage } from '../UI/LogBoxMessage'; 48 <LogBoxMessage
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/overlay/ |
| H A D | LogBoxInspectorMessageHeader.js.map | 1 …LogBoxMessage } from '../UI/LogBoxMessage';\nimport * as LogBoxStyle from '../UI/LogBoxStyle';\n\n…
|
| H A D | LogBoxInspectorMessageHeader.js | 53 …react_1.default.createElement(LogBoxMessage_1.LogBoxMessage, { maxLength: props.collapsed ? SHOW_M…
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/UI/ |
| H A D | LogBoxMessage.tsx | 23 export function LogBoxMessage(props: Props): JSX.Element {
|