[react-native] allow easy copying of response emitted in iOS/Android
Closed this issue · 1 comments
trivikr commented
Is your feature request related to a problem? Please describe.
The response emitted in iOS simulator can't be copied with double click.
I was debugging an issue in aws/aws-sdk-js-v3#6269, and wasn't able to copy the error.
Describe the solution you'd like
Update the components used for emitting response in iOS/Android, so that the contents can be copied easily.
For example, in the web version, the response is emitted in a text box.
trivikr commented
Equivalent of web textarea is react-native is TextInput https://stackoverflow.com/questions/41678570