mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
8b053a4fca
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47466 Now, when the useAlwaysAvailableJSErrorHandling feature flag is true, React Native will use the earlyjs c++ error reporting pipeline for handling all javascript errors! Changelog: [Internal] Reviewed By: javache Differential Revision: D64715159 fbshipit-source-id: 597a5278eb792f87dca10e06fa9816b3a8c47b84 |
||
---|---|---|
.. | ||
.npmignore | ||
console.js | ||
error-guard.js | ||
index.js | ||
package.json | ||
README.md |
@react-native/js-polyfills
Installation
yarn add @react-native/js-polyfills
Note: We're using yarn
to install deps. Feel free to change commands to use npm
3+ and npx
if you like
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarn
to install the dependencies. You just need to run this onceyarn jest packages/polyfills
.