Skip to content

Commit 33b2cc0

Browse files
committed
chore: get rid of peer dependency warning from react-native-codegen
1 parent d0f71d1 commit 33b2cc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.yarnrc.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ enableGlobalCache: true
22

33
nodeLinker: node-modules
44

5+
packageExtensions:
6+
react-native@*:
7+
peerDependencies:
8+
"@babel/preset-env": "^7.1.6"
9+
react-native-codegen@*:
10+
peerDependencies:
11+
"@babel/preset-env": "^7.1.6"
12+
513
plugins:
614
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
715
spec: "@yarnpkg/plugin-interactive-tools"

0 commit comments

Comments
 (0)