Skip to content

Commit 8791605

Browse files
chore: fix nightly RN check - npmMinimalAgeGate exclusions
1 parent 68931f4 commit 8791605

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.yarnrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ enableGlobalCache: true
22

33
nodeLinker: node-modules
44
npmMinimalAgeGate: '3d'
5+
npmPreapprovedPackages:
6+
- react
7+
- react-native
8+
- react-test-renderer
9+
- @react-native/*
10+
511

612
yarnPath: .yarn/releases/yarn-4.11.0.cjs

0 commit comments

Comments
 (0)