mattermost-mobile/app/components/pasteable_text_input/__snapshots__/index.test.js.snap

13 lines
298 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PasteableTextInput should render pasteable text input 1`] = `
<TextInput
allowFontScaling={true}
onPaste={[Function]}
rejectResponderTermination={true}
screenId="Channel"
underlineColorAndroid="transparent"
>
My Text
</TextInput>
`;