0.1.2 • Published 6 months ago

react-native-web-next-link v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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>;
}