Allow React 19 for react native package by set >16.0 as its already done for react (#1378)
This commit is contained in:
parent
a33f5aec97
commit
458a35033f
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue