react-native-web-next-link
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

react-native-web-next-link

Installation

To use react-native-web-next-link components, all you need to do is install the react-native-web-next-link package:

$ yarn add react-native-web-next-link

# or

$ npm i react-native-web-next-link

Usage

This is an Image component which supports the react-native Link API which internally renders NextImage

import { Link } from 'react-native-web-next-link';

// Write this code snippet at the root of your application
function App({ children }) {
  return <Link href="https://nextjs.org/docs">JDHJHD</Link>;
}

Package Sidebar

Install

npm i react-native-web-next-link

Weekly Downloads

66

Version

0.1.2

License

ISC

Unpacked Size

13.7 kB

Total Files

23

Last publish

Collaborators

  • surajahmedc
  • meenumakkar