react-native-macos/packages/polyfills
Moti Zilberman de1d605253 Add Flow to @react-native/polyfills entry point (#44477)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/44477

Changelog: [Internal]

TSIA

Reviewed By: huntie

Differential Revision: D57091620

fbshipit-source-id: 54fd105069ba0a34b9ab5bd12295e4e9641492a3
2024-05-08 06:46:15 -07:00
..
.npmignore
README.md Add missing READMEs & Update package.json in all RN packages (#37090) 2023-04-28 04:26:20 -07:00
console.js Console polyfill: preserve unknown methods from originalConsole if found (#43459) 2024-03-15 04:23:57 -07:00
error-guard.js Suppress missing 'this' annotations in xplat/js 2022-07-07 21:53:53 -07:00
index.js Add Flow to @react-native/polyfills entry point (#44477) 2024-05-08 06:46:15 -07:00
package.json Summary: minor fix found in nightly logs from `Publish NPM` job (#43519) 2024-03-18 08:29:10 -07:00

README.md

@react-native/js-polyfills

Version

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:

  1. yarn to install the dependencies. You just need to run this once
  2. yarn jest packages/polyfills.