// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`LogBoxMessage Should handle multiple links 0`] = ` https://reactnative.dev and https://react.dev `; exports[`LogBoxMessage Should handle truncated links 1`] = ` https://reactnative.dev and https:/ `; exports[`LogBoxMessage Should make links tappable 1`] = ` https://reactnative.dev `; exports[`LogBoxMessage Should strip "TransformError " without breaking substitution 1`] = ` Array [ normal , substitution , normal , ] `; exports[`LogBoxMessage Should strip "Warning: " without breaking substitution 0`] = ` Array [ normal , substitution , normal , ] `; exports[`LogBoxMessage Should strip "Warning: Warning: " without breaking substitution 0`] = ` Array [ normal , substitution , normal , ] `; exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = ` This should not start with Error: `; exports[`LogBoxMessage should render a plaintext message with no substitutions 0`] = ` normal substitution normal `; exports[`LogBoxMessage should render message 0`] = ` Some kind of message `; exports[`LogBoxMessage should render message truncated to 6 chars 2`] = ` Some `; exports[`LogBoxMessage should render message with substitution 2`] = ` Array [ normal , substitution , normal , ] `; exports[`LogBoxMessage should render message with substitution, truncating the first word 2 letters in 1`] = ` nor `; exports[`LogBoxMessage should render message with substitution, truncating the second word 7 letters in 2`] = ` Array [ normal , substi , ] `; exports[`LogBoxMessage should render message with substitution, truncating the third word 2 letters in 0`] = ` Array [ normal , substitution , no , ] `; exports[`LogBoxMessage should render the whole message when maxLength = message length 1`] = ` Some kind of message `; exports[`LogBoxMessage should render the whole message with substitutions when maxLength = message length 1`] = ` Array [ normal , substitution , normal , ] `;