* MM-15307 Updated to use InteractionManager Replaced the setTimeout with InteractionManager to resolve the delay set. * Updated to apply animation to the input height * Updated to apply animation to the input height * Fixed eslint issue * Updates per review * Updates from feedback
18 lines
422 B
Text
18 lines
422 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PasteableTextInput should render pasteable text input 1`] = `
|
|
<ConditionalWrapper
|
|
conditional={true}
|
|
wrapper={[Function]}
|
|
>
|
|
<TextInput
|
|
allowFontScaling={true}
|
|
onContentSizeChange={[Function]}
|
|
onPaste={[MockFunction]}
|
|
rejectResponderTermination={true}
|
|
underlineColorAndroid="transparent"
|
|
>
|
|
My Text
|
|
</TextInput>
|
|
</ConditionalWrapper>
|
|
`;
|