Skip to main content

Link

Url to go to when clicked on.

Import

import { Link } from "@dhua5922/react-native-kit";

Examples

Live Editor
function Example() {
  return (
    <Link type="info" link="https://reactnative.dev/">
      React Native Link
    </Link>
  );
}
Result
Loading...

Props

note

Include all props from Div

NameTypeDefaultDescription
linkstringurl to go to when clicked on