Skip to content

Commit

Permalink
chore: get rid of peer dependency warning from react-native-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2022
1 parent d0f71d1 commit 33b2cc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .yarnrc.yml
Expand Up @@ -2,6 +2,14 @@ enableGlobalCache: true

nodeLinker: node-modules

packageExtensions:
react-native@*:
peerDependencies:
"@babel/preset-env": "^7.1.6"
react-native-codegen@*:
peerDependencies:
"@babel/preset-env": "^7.1.6"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
Expand Down

0 comments on commit 33b2cc0

Please sign in to comment.