v1.1.0 — React Native Package
What's new in v1.1.0
🎉 New: reicon-react-native
Closes #41 — React Native is finally here! 2,680+ icons as tree-shakeable SVG components powered by react-native-svg. Works with Expo and bare React Native projects.
npm install reicon-react-native react-native-svgimport { Home, ShieldCheck, Bell } from 'reicon-react-native';
<Home size={24} />
<ShieldCheck size={24} color="#6C5CE7" />
<Bell size={24} weight="Filled" />- ✅ 2,680+ icons, Outline & Filled weights
- ✅ Tree-shakeable ES modules (Metro bundler optimizes automatically)
- ✅ Full TypeScript support
- ✅ Works with Expo and bare React Native
- ✅ iOS and Android
🌐 Website Updates
- React Native added to the landing page integrations section
- New
/usage/react-nativedocumentation page - React Native tab on every icon detail page
- React Native on the Packages page
🏗️ Internals & Refactors
- Landing page split into focused sub-components (Hero, Features, Integrations, Playground, CTA, IconShowcase)
- Usage page sidebar, action bar, and CSS extracted into shared components
- Packages page refactored into PackageCard, ToolCard, SvgCard
- SEO scripts moved to
scripts/seo/— single config file drives all meta tags, sitemap, and prerender npm run seo— update all SEO from one confignpm run seo:check— 34 automated SEO checks
See CHANGELOG.md for the full list of changes.
React Native package on npm: npmjs.com/package/reicon-react-native