aws-samples/aws-sdk-js-tests

[react-native] allow easy copying of response emitted in iOS/Android

Closed this issue · 1 comments

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.

Screenshot screenshot-ios

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.

Equivalent of web textarea is react-native is TextInput https://stackoverflow.com/questions/41678570