Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.67 KB

File metadata and controls

38 lines (26 loc) · 2.67 KB

react-native-preview-url

npm version monthly downloads CI bundle size (min+gzip) TypeScript types license

A React Native library for rich URL link previews — fetch metadata (title, description, image, favicon) and render polished cards with one component or one hook. Works on iOS, Android, and React Native Web.

npm install react-native-preview-url

Repository

This repo is the monorepo for react-native-preview-url.

Path Description
packages/react-native-preview-url/ The published library. Component, hook, cache, types — and the user-facing README.
example/ An Expo app demonstrating the lib on iOS, Android, and Web.
docs/ The documentation site (Next.js + Fumadocs).

Documentation

For full installation, usage, props, hooks, caching and self-hosting, see the package README.

Contributing

See CONTRIBUTING.md for development setup and the script reference.

License

MIT