fix(lucide-react-native): support react 19 (#2951) (#3126)

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Jan Vincent Liwanag
2025-05-16 19:38:02 +08:00
committed by GitHub
parent 47880403d3
commit 3ad1f07ffc

View File

@@ -63,7 +63,7 @@
"vitest": "^3.1.2" "vitest": "^3.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0", "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-native": "*", "react-native": "*",
"react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" "react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
} }