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
| Name | Type | Default | Description |
|---|---|---|---|
link | string | url to go to when clicked on |