forked from Ivasoft/mattermost-mobile
* 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
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
// 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>
|
|
`;
|