fix(react-native): fix @nrwl/react-native and @nrwl/expo dep conficts (#16524)

This commit is contained in:
Emily Xiong 2023-04-25 11:28:17 -04:00 committed by GitHub
parent 87ac061479
commit 7e64afc7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
"@nx/workspace": "file:../workspace"
},
"peerDependencies": {
"react-native": "^0.71.7"
"react-native": ">= 0.71.0"
},
"builders": "./executors.json",
"ng-update": {