From b1ceea456d1cdc00c723582d00e5ae585f066b55 Mon Sep 17 00:00:00 2001 From: Fabrizio Bertoglio Date: Fri, 28 Jul 2023 10:35:45 -0700 Subject: [PATCH] Remove option to paste rich text from Android EditText context menu (#38189) Summary: Text is copy pasted as rich text on Android TextInput instead of Plain Text. ### What is the root cause of that problem? Android EditText and iOS UITextField/UITextView have different copy/paste behavior. - Android TextInput copies/pastes rich text - iOS UITextField copies/pastes plain text. | iOS (react-native) | Android (react-native) | | ----------- | ----------- | |