13 lines
298 B
Text
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>
|
|
`;
|