Home
last modified time | relevance | path

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 DLogBoxMessage-test.js.snap3 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 DLogBoxInspectorMessageHeader-test.js.snap62 <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 DLogBoxMessage-test.js.snap3 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 DLogBoxInspectorMesageHeader-test.js.snap62 <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 DLogBoxMessage-test.js.snap3 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 DLogBoxInspectorMesageHeader-test.js.snap62 <LogBoxMessage
139 <LogBoxMessage
216 <LogBoxMessage
306 <LogBoxMessage
383 <LogBoxMessage
460 <LogBoxMessage
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToastMessage.tsx5 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 DLogBoxMessage.js6 exports.LogBoxMessage = void 0;
17 function LogBoxMessage(props) { class
52 exports.LogBoxMessage = LogBoxMessage;
H A DLogBoxMessage.d.ts.map1 {"version":3,"file":"LogBoxMessage.d.ts","sourceRoot":"","sources":["../../../src/error-overlay/UI/
H A DLogBoxMessage.d.ts9 export declare function LogBoxMessage(props: Props): JSX.Element; function
H A DLogBoxMessage.js.map1LogBoxMessage.js","sourceRoot":"","sources":["../../../src/error-overlay/UI/LogBoxMessage.tsx"],"n…
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToastMessage.js.map1LogBoxMessage } from '../UI/LogBoxMessage';\nimport * as LogBoxStyle from '../UI/LogBoxStyle';\n\n…
H A DErrorToastMessage.js35 …yles.text }, message && react_1.default.createElement(LogBoxMessage_1.LogBoxMessage, { plaintext: …
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorMessageHeader.tsx13 import { LogBoxMessage } from '../UI/LogBoxMessage';
48 <LogBoxMessage
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorMessageHeader.js.map1LogBoxMessage } from '../UI/LogBoxMessage';\nimport * as LogBoxStyle from '../UI/LogBoxStyle';\n\n…
H A DLogBoxInspectorMessageHeader.js53 …react_1.default.createElement(LogBoxMessage_1.LogBoxMessage, { maxLength: props.collapsed ? SHOW_M…
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxMessage.tsx23 export function LogBoxMessage(props: Props): JSX.Element {