UNPKG

rnr-starter

Version:

A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture

15 lines (13 loc) 307 B
import type { LucideIcon } from 'lucide-react-native'; import { cssInterop } from 'nativewind'; export function iconWithClassName(icon: LucideIcon) { cssInterop(icon, { className: { target: 'style', nativeStyleToProp: { color: true, opacity: true, }, }, }); }