mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d338a60cbe
Summary: This diff removes the copyToClipBoardMiddleware. This was exposing the /copy-to-clipboard endpoint that allowed unauthenticated access to writing to a developers clipboard. This was only used in a single place, the Android red box dialog, so I've removed it from there. Reviewed By: cpojer Differential Revision: D14790813 fbshipit-source-id: 80e044eefd9658b8c5885643cdadf7947c00d34a
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.