Full-width tooltip.
npm install @wniemiec-component-reactnative/full-tooltip
Full-width tooltip.
$ npm install --save @wniemiec-component-reactnative/full-tooltip
`
2. Import the component
`
import FullTooltip from '@wniemiec-component-reactnative/full-tooltip';
`
3. Use it
`
[...]
import React, { useState } from 'react';
import { View } from 'react-native;
[...]
const image = { uri: "https://reactjs.org/logo-og.png" };
[...]
Some text
[...]
`
📖 Documentation
| Property |Type|Description|Default|
|----------------|-------------------------------|-----------------------------|--------|
|display |boolean|Tooltip content | true |
|style |bool|Custom style | null |
|bgColor |string|Background color |"rgba(0, 0, 0, 0.7)"|
🚩 Changelog
Details about each version are documented in the releases section.
🤝 Contribute!
See the documentation on how you can contribute to the project here.
📁 Files
$3
| Name |Type|Description|
|----------------|-------------------------------|-----------------------------|
|docs |Directory|Documentation files|
|src |Directory`| Source files|