mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-02 18:33:18 +02:00
Allow React 19 for react native package by set >16.0 as its already done for react (#1378)
This commit is contained in:
committed by
GitHub
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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user