
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-dw-tooltip
Advanced tools
This is a tooltip component compatible with te RN >= 0.51.0.
Enjoy it!
[](./video/tooltip.mov)
$ npm install --save react-native-dw-tooltip
| Name | Type | Required | Default value | Description |
|---|---|---|---|---|
| children | React.Node | false | - | A component that will be rendered inside the Tooltip. |
| label | String | true | - | A string that be message content. |
| lightIcon | Boolean | false | "false" | Color for icon tip. |
| position | 'top' or 'bottom' | false | "bottom" | Position that tooltip will be render |
| tooltipContainerStyle | TStyle | false | - | Style of the container of the entire tooltip label. |
| triangleOffset | Number | false | 0 | Number of pixels to offset triangle from center. Positive numbers will push right. Negative Numbers will push left. |
| style | TStyle | false | - | Tooltip global container |
...
import Tooltip from 'react-native-dw-tooltip'
...
render() {
...
return (
<Tooltip
ligthIcon
label="ASijic sdi aos aosd e lopess deirmmaie weoae o
aioermn ferrie ra sper psirnmci aeid einfie einfie a
eifien ai ie ief ei aimeidmeif aimaed aiede aimd aev
relax, this is just a exemple."
/>
)
...
...
render() {
...
return (
<Tooltip
position="top"
label="The container width and height is variable by content"
>
<Text> I Love Cheese </Text>
</Tooltip>
)
...
MIT
PR are welcome!
FAQs
This is a tooltip component compatible with te RN >= 0.51.0.
We found that react-native-dw-tooltip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.