1
0
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:
Alexander Schranz
2025-07-20 19:07:53 +02:00
committed by GitHub
parent a33f5aec97
commit 458a35033f

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"
}
}