Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make copy button work on android emulator in Linux using xsel
Summary: Resolves issue [#13165](facebook/react-native#13165). The copy button in the redbox for RN android is not currently supported for Linux. This pull request provides the copy button functionality to Linux RN users. I have tested the updated code locally. Firstly, I edited `index.android.js` that caused the following error.  After I clicked the copy button and pasted from the clipboard into the chrome address bar, the message appeared.  Closes facebook/react-native#13188 Differential Revision: D4819796 Pulled By: ericvicenti fbshipit-source-id: 9adc6e93330f89240a505a403e4913dc10e5a31f
- Loading branch information