Skip to content

Commit 7aef79b

Browse files
huntiefacebook-github-bot
authored andcommitted
Remove UNSAFE-ALLOW-SUBPATHS exports condition (#53566)
Summary: Pull Request resolved: #53566 TLDR; we never advertised this and it's not in use. We have an updated incoming plan for exposing internal private code to Expo / other frameworks. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D81490655 fbshipit-source-id: f3d64582f5e6092e4928865d868ea26867ee7e47
1 parent 9ef0d21 commit 7aef79b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/react-native/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@
3131
"exports": {
3232
".": {
3333
"react-native-strict-api": "./types_generated/index.d.ts",
34-
"react-native-strict-api-UNSAFE-ALLOW-SUBPATHS": "./types_generated/index.d.ts",
3534
"types": "./types/index.d.ts",
3635
"default": "./index.js"
3736
},
3837
"./*": {
3938
"react-native-strict-api": null,
40-
"react-native-strict-api-UNSAFE-ALLOW-SUBPATHS": "./types_generated/*.d.ts",
4139
"types": "./*.d.ts",
4240
"default": "./*.js"
4341
},
@@ -52,7 +50,6 @@
5250
"./scripts/*": "./scripts/*",
5351
"./src/*": {
5452
"react-native-strict-api": null,
55-
"react-native-strict-api-UNSAFE-ALLOW-SUBPATHS": "./types_generated/src/*.d.ts",
5653
"default": "./src/*.js"
5754
},
5855
"./types/*.d.ts": {

0 commit comments

Comments
 (0)