Allow React 19 for react native package by set >16.0 as its already done for react (#1378)

This commit is contained in:
Alexander Schranz 2025-07-20 19:07:53 +02:00 committed by GitHub
parent a33f5aec97
commit 458a35033f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@
"react-test-renderer": "18.2.0"
},
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
"react": ">= 16.5.1"
}
}