When copying text with styles, the formatting is preserved when pasting into a TextInput. This issue only occurs on Android devices. Is it possible to disable copying with styles or is there any other solution to this problem?
Example:
<Text selectable style={{color: '#fff'}}>some text sdfsdfsd <TextInput value={this.state.textInputMsg} style={{color: 'red'}} onChangeText={this.onChangeText} />
React Native Version
0.71.11