Skip to content

Commit 2691f4d

Browse files
committed
Remove react-native/rn-get-polyfills subpath (#57482)
Summary: Pull Request resolved: #57482 Another cleanup to our `package.json#exports` map ahead of the Strict API rollout. This has been long-migrated to `react-native/js-polyfills` in Metro configs. https://www.internalfb.com/code/fbsource/[960845236d89]/xplat/js/react-native-github/packages/metro-config/src/index.flow.js?lines=66 Changelog: [General][Breaking] - `react-native/rn-get-polyfills` is removed — please use `react-native/js-polyfills` (package) Reviewed By: rubennorte Differential Revision: D111035710 fbshipit-source-id: d36acd7583f76f78c69a07ba7134ce8145d578f9
1 parent 74ba7dd commit 2691f4d

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

packages/react-native/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"types": null,
5353
"default": "./src/asset-registry.js"
5454
},
55-
"./rn-get-polyfills": "./rn-get-polyfills.js",
5655
"./src/fb_internal/*": "./src/fb_internal/*",
5756
"./package.json": "./package.json"
5857
},
@@ -88,7 +87,6 @@
8887
"ReactApple",
8988
"ReactCommon",
9089
"README.md",
91-
"rn-get-polyfills.js",
9290
"scripts/replace-rncore-version.js",
9391
"scripts/bundle.js",
9492
"scripts/cocoapods",
@@ -147,7 +145,6 @@
147145
"@react-native/codegen": "0.87.0-rc.0",
148146
"@react-native/community-cli-plugin": "0.87.0-rc.0",
149147
"@react-native/gradle-plugin": "0.87.0-rc.0",
150-
"@react-native/js-polyfills": "0.87.0-rc.0",
151148
"@react-native/normalize-colors": "0.87.0-rc.0",
152149
"@react-native/virtualized-lists": "0.87.0-rc.0",
153150
"anser": "^1.4.9",

packages/react-native/rn-get-polyfills.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)