Gathering detailed insights and metrics for lucide-nativewind
Gathering detailed insights and metrics for lucide-nativewind
npm install lucide-nativewind
Typescript
Module System
Node Version
NPM Version
TypeScript (74.44%)
JavaScript (25.56%)
Total Downloads
470
Last Day
5
Last Week
35
Last Month
470
Last Year
470
2 Stars
50 Commits
1 Watching
7 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.471.4
Package Id
lucide-nativewind@0.471.4
Unpacked Size
2.80 MB
Size
247.54 kB
File Count
5,238
NPM Version
10.8.2
Node Version
18.20.5
Publised On
16 Jan 2025
Cumulative downloads
Total Downloads
Last day
0%
5
Compared to previous day
Last week
-92%
35
Compared to previous week
Last month
0%
470
Compared to previous month
Last year
0%
470
Compared to previous year
1
3
A drop in replacement for lucide-react-native
to work with NativeWind. It provides Lucide icons with an additional className
prop to allow for easy integration with NativeWind.
You can use either npm or yarn:
Using npm:
1npm install lucide-nativewind
Using yarn:
1yarn add lucide-nativewind
lucide-nativewind
is built with ES modules so it's completely tree-shakable. Each icon can be imported as a react component.
All icons can be imported the same as if using the lucide-react-native
package
1- import { ArrowLeftCircleIcon } from 'lucide-react-native'; 2+ import { ArrowLeftCircleIcon } from 'lucide-nativewind';
Custom icons can be wrapped with iconWithClassName
to add the className
prop.
1import { iconWithClassName } from 'lucide-nativewind'; 2import MyCustomIcon from './MyCustomIcon'; 3 4const MyCustomIconWithClassName = iconWithClassName(MyCustomIcon);
The version is automatically kept in sync with lucide-react-native
All contributions welcome. Contributions/requests for new/updated icons should be directed to the lucide project: https://github.com/lucide-icons/lucide
All lucide icons are available, and this package will be updated whenever new icons are added to lucide. This package is not intended to add any additional or custom icons.
No vulnerabilities found.
No security vulnerabilities found.