Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for react-native-svg ^15.0.0 #1929

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/packages/lucide-react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Implementation of the lucide icon library for React Native applications

## Installation

First, ensure that you have `react-native-svg` (version between 12 and 14) installed. Then, install the package:
First, ensure that you have `react-native-svg` (version between 12 and 15) installed. Then, install the package:

::: code-group

Expand Down
2 changes: 1 addition & 1 deletion packages/lucide-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Implementation of the lucide icon library for React Native applications.

## Installation

First, ensure that you have `react-native-svg` (version between 12 and 14) installed. Then, install the package:
First, ensure that you have `react-native-svg` (version between 12 and 15) installed. Then, install the package:

```sh
yarn add lucide-react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/lucide-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-native": "^0.73.1",
"react-native-svg": "^14.1.0",
"react-native-svg": "^15.0.0",
"rollup": "^4.9.2",
"rollup-plugin-dts": "^6.1.0",
"typescript": "^4.8.4",
Expand All @@ -64,6 +64,6 @@
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0",
"react-native": "*",
"react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0"
"react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading