* Tighten up post draft UI
* Revert "MM-15307 Updated to use InteractionManager (#3666)"
This reverts commit e08155c81b.
* Address PR review comments
* Update snapshot test
* Don't return null if no files
* Fix progress text and padding issues
* Fixes per Matt's review
* Make linter happy
12 lines
281 B
Text
12 lines
281 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PasteableTextInput should render pasteable text input 1`] = `
|
|
<TextInput
|
|
allowFontScaling={true}
|
|
onPaste={[MockFunction]}
|
|
rejectResponderTermination={true}
|
|
underlineColorAndroid="transparent"
|
|
>
|
|
My Text
|
|
</TextInput>
|
|
`;
|