Files
lucide/docs/guide/react-native/index.md
2025-11-28 11:06:09 +01:00

2.4 KiB

title, nextPage
title nextPage
Overview
getting-started
<script setup> import OverviewLink from '../../.vitepress/theme/components/base/OverviewLink.vue' import OverviewLinkGrid from '../../.vitepress/theme/components/base/OverviewLinkGrid.vue' import { reactNativeSidebar } from '../../.vitepress/sidebar/react-native' </script> Lucide icon library for React Native applications.

Lucide for React Native

Lucide provides a React Native icon component library that makes it easy to integrate icons into your React Native applications. Each icon is available as a standalone React component, allowing for seamless integration and customization.

List of features:

  • Easy to Use: Import icons as React components and use them directly in your React components with JSX.
  • Customizable: Adjust size, color, and other properties via props.
  • Tree-shakable: Only the icons you use are included in your final bundle
  • TypeScript Support: Fully typed components for better developer experience.

React components for Lucide icons that integrate seamlessly into your React Native applications. Each icon is a fully-typed React component that renders as an optimized inline SVG, giving you the flexibility of components with the performance of vector graphics.

Overview

Basics

{{''}}

Advanced

{{''}}

Resources

{{''}}